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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
topicArn
The 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.
-
payloadDeliveryBucketName
The 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.
-