Interface InvocationConfigurationInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InvocationConfigurationInput.Builder,
,InvocationConfigurationInput> SdkBuilder<InvocationConfigurationInput.Builder,
,InvocationConfigurationInput> SdkPojo
- Enclosing class:
InvocationConfigurationInput
@Mutable
@NotThreadSafe
public static interface InvocationConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<InvocationConfigurationInput.Builder,InvocationConfigurationInput>
-
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.
-