public class SNSClientBuilder extends ClientBuilder<com.amazonaws.services.sns.AmazonSNSClient>
accessKey, AWS_CLIENT_MAX_ERROR_RETRY, awsAsyncClientBuilder, awsSyncClientBuilder, clientConfig, connectionId, roleARN, secretKey, sessionToken, tryDefaultAWSCredentialsProviderChain
Constructor and Description |
---|
SNSClientBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
protected com.amazonaws.client.builder.AwsAsyncClientBuilder |
getAsyncClientBuilder() |
protected String |
getDefaultRegion() |
Integer |
getMaxConnections() |
protected com.amazonaws.client.builder.AwsSyncClientBuilder |
getSyncClientBuilder() |
String |
getTestTopicArn() |
protected void |
setCustomClientConfiguration()
Sets the custom configuration fields for every different AWSClient
|
void |
setMaxConnections(Integer maxConnections) |
void |
setTestTopicArn(String testTopicArn) |
void |
testConnect() |
buildAsyncClient, buildClient, createClientConfiguration, customSetupClientBuilder, getAccessKey, getAsyncClient, getClientConfiguration, getConfigRegion, getConnectionId, getConnectionTimeout, getProtocol, getProxyDomain, getProxyHost, getProxyPassword, getProxyPort, getProxyUsername, getProxyWorkstation, getRoleARN, getSecretKey, getSessionToken, getSocketTimeout, getSyncClient, instantiateClient, isTryDefaultAWSCredentialsProviderChain, setAccessKey, setAsyncClient, setClientConfiguration, setConfigRegion, setConnectionTimeout, setDefaultRegion, setProtocol, setProxyDomain, setProxyHost, setProxyPassword, setProxyPort, setProxyUsername, setProxyWorkstation, setRoleARN, setSecretKey, setSessionToken, setSocketTimeout, setSyncClient, setTryDefaultAWSCredentialsProviderChain, setupClientBuilder
protected String getDefaultRegion()
getDefaultRegion
in class ClientBuilder<com.amazonaws.services.sns.AmazonSNSClient>
protected void setCustomClientConfiguration()
ClientBuilder
setCustomClientConfiguration
in class ClientBuilder<com.amazonaws.services.sns.AmazonSNSClient>
protected com.amazonaws.client.builder.AwsSyncClientBuilder getSyncClientBuilder()
getSyncClientBuilder
in class ClientBuilder<com.amazonaws.services.sns.AmazonSNSClient>
protected com.amazonaws.client.builder.AwsAsyncClientBuilder getAsyncClientBuilder()
getAsyncClientBuilder
in class ClientBuilder<com.amazonaws.services.sns.AmazonSNSClient>
public void connect() throws org.mule.api.ConnectionException
connect
in class ClientBuilder<com.amazonaws.services.sns.AmazonSNSClient>
org.mule.api.ConnectionException
public void testConnect() throws org.mule.api.ConnectionException
testConnect
in class ClientBuilder<com.amazonaws.services.sns.AmazonSNSClient>
org.mule.api.ConnectionException
public void disconnect()
disconnect
in class ClientBuilder<com.amazonaws.services.sns.AmazonSNSClient>
public Integer getMaxConnections()
public void setMaxConnections(Integer maxConnections)
public String getTestTopicArn()
public void setTestTopicArn(String testTopicArn)
Copyright © 2010–2020. All rights reserved.