Package com.amazon.sqs.javamessaging
Class SQSConnectionFactory.Builder
java.lang.Object
com.amazon.sqs.javamessaging.SQSConnectionFactory.Builder
- Enclosing class:
- SQSConnectionFactory
Deprecated.
Deprecated. Use one of the constructors of SQSConnectionFactory instead.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.com.amazonaws.auth.AWSCredentialsProviderDeprecated.com.amazonaws.ClientConfigurationDeprecated.Deprecated.intDeprecated.com.amazonaws.regions.RegionDeprecated.Deprecated.voidsetAwsCredentialsProvider(com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider) Deprecated.voidsetClientConfiguration(com.amazonaws.ClientConfiguration clientConfig) Deprecated.voidsetEndpoint(String endpoint) Deprecated.voidsetNumberOfMessagesToPrefetch(int numberOfMessagesToPrefetch) Deprecated.voidsetRegion(com.amazonaws.regions.Region region) Deprecated.voidsetRegionName(String regionName) Deprecated.voidsetSignerRegionOverride(String signerRegionOverride) Deprecated.withAWSCredentialsProvider(com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider) Deprecated.withClientConfiguration(com.amazonaws.ClientConfiguration clientConfig) Deprecated.withEndpoint(String endpoint) Deprecated.withNumberOfMessagesToPrefetch(int numberOfMessagesToPrefetch) Deprecated.withRegion(com.amazonaws.regions.Region region) Deprecated.withRegionName(String regionName) Deprecated.withSignerRegionOverride(String signerRegionOverride) Deprecated.An internal method used to explicitly override the internal signer region computed by the default implementation.
-
Constructor Details
-
Builder
public Builder(com.amazonaws.regions.Region region) Deprecated. -
Builder
Deprecated.Recommended way to set the AmazonSQSClient is to use region -
Builder
public Builder()Deprecated.
-
-
Method Details
-
withRegion
Deprecated. -
withRegionName
public SQSConnectionFactory.Builder withRegionName(String regionName) throws IllegalArgumentException Deprecated.- Throws:
IllegalArgumentException
-
withEndpoint
Deprecated. -
withSignerRegionOverride
Deprecated.An internal method used to explicitly override the internal signer region computed by the default implementation. This method is not expected to be normally called except for AWS internal development purposes. -
withAWSCredentialsProvider
public SQSConnectionFactory.Builder withAWSCredentialsProvider(com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider) Deprecated. -
withClientConfiguration
public SQSConnectionFactory.Builder withClientConfiguration(com.amazonaws.ClientConfiguration clientConfig) Deprecated. -
withNumberOfMessagesToPrefetch
Deprecated. -
build
Deprecated. -
getRegion
public com.amazonaws.regions.Region getRegion()Deprecated. -
setRegion
public void setRegion(com.amazonaws.regions.Region region) Deprecated. -
setRegionName
Deprecated. -
getEndpoint
Deprecated. -
setEndpoint
Deprecated. -
getSignerRegionOverride
Deprecated. -
setSignerRegionOverride
Deprecated. -
getClientConfiguration
public com.amazonaws.ClientConfiguration getClientConfiguration()Deprecated. -
setClientConfiguration
public void setClientConfiguration(com.amazonaws.ClientConfiguration clientConfig) Deprecated. -
getNumberOfMessagesToPrefetch
public int getNumberOfMessagesToPrefetch()Deprecated. -
setNumberOfMessagesToPrefetch
public void setNumberOfMessagesToPrefetch(int numberOfMessagesToPrefetch) Deprecated. -
getAwsCredentialsProvider
public com.amazonaws.auth.AWSCredentialsProvider getAwsCredentialsProvider()Deprecated. -
setAwsCredentialsProvider
public void setAwsCredentialsProvider(com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider) Deprecated.
-