Interface SqsQueueSinkConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SqsQueueSinkConfiguration.Builder,SqsQueueSinkConfiguration>,SdkBuilder<SqsQueueSinkConfiguration.Builder,SqsQueueSinkConfiguration>,SdkPojo
- Enclosing class:
- SqsQueueSinkConfiguration
public static interface SqsQueueSinkConfiguration.Builder extends SdkPojo, CopyableBuilder<SqsQueueSinkConfiguration.Builder,SqsQueueSinkConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqsQueueSinkConfiguration.BuilderinsightsTarget(String insightsTarget)The ARN of the SQS sink.-
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, sdkFields
-
-
-
-
Method Detail
-
insightsTarget
SqsQueueSinkConfiguration.Builder insightsTarget(String insightsTarget)
The ARN of the SQS sink.
- Parameters:
insightsTarget- The ARN of the SQS sink.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-