Interface InvocationConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InvocationConfiguration.Builder,,- InvocationConfiguration> - SdkBuilder<InvocationConfiguration.Builder,,- InvocationConfiguration> - SdkPojo
- Enclosing class:
- InvocationConfiguration
@Mutable
@NotThreadSafe
public static interface InvocationConfiguration.Builder
extends SdkPojo, CopyableBuilder<InvocationConfiguration.Builder,InvocationConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionpayloadDeliveryBucketName(String payloadDeliveryBucketName) The S3 bucket name for event payload delivery.The ARN of the SNS topic for job notifications.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
topicArnThe ARN of the SNS topic for job notifications. - Parameters:
- topicArn- The ARN of the SNS topic for job notifications.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
payloadDeliveryBucketNameThe S3 bucket name for event payload delivery. - Parameters:
- payloadDeliveryBucketName- The S3 bucket name for event payload delivery.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-