Class SQSDestination
java.lang.Object
com.commercetools.graphql.api.types.SQSDestination
- All Implemented Interfaces:
Destination
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSQSDestination(String queueUrl, String accessKey, String accessSecret, String region, AwsAuthenticationMode authenticationMode, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()static SQSDestination.BuildervoidsetAccessKey(String accessKey) voidsetAccessSecret(String accessSecret) voidsetAuthenticationMode(AwsAuthenticationMode authenticationMode) voidsetQueueUrl(String queueUrl) voidvoidtoString()
-
Constructor Details
-
SQSDestination
public SQSDestination() -
SQSDestination
-
-
Method Details
-
getQueueUrl
-
setQueueUrl
-
getAccessKey
-
setAccessKey
-
getAccessSecret
-
setAccessSecret
-
getRegion
-
setRegion
-
getAuthenticationMode
-
setAuthenticationMode
-
getType
- Specified by:
getTypein interfaceDestination
-
setType
- Specified by:
setTypein interfaceDestination
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-