Interface ConfiguredAudienceModelOutputConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfiguredAudienceModelOutputConfig.Builder,
,ConfiguredAudienceModelOutputConfig> SdkBuilder<ConfiguredAudienceModelOutputConfig.Builder,
,ConfiguredAudienceModelOutputConfig> SdkPojo
- Enclosing class:
ConfiguredAudienceModelOutputConfig
@Mutable
@NotThreadSafe
public static interface ConfiguredAudienceModelOutputConfig.Builder
extends SdkPojo, CopyableBuilder<ConfiguredAudienceModelOutputConfig.Builder,ConfiguredAudienceModelOutputConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(Consumer<AudienceDestination.Builder> destination) Sets the value of the Destination property for this object.destination
(AudienceDestination destination) Sets the value of the Destination property for this object.The ARN of the IAM role that can write the Amazon S3 bucket.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
-
destination
Sets the value of the Destination property for this object.- Parameters:
destination
- The new value for the Destination property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
default ConfiguredAudienceModelOutputConfig.Builder destination(Consumer<AudienceDestination.Builder> destination) Sets the value of the Destination property for this object. This is a convenience method that creates an instance of theAudienceDestination.Builder
avoiding the need to create one manually viaAudienceDestination.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todestination(AudienceDestination)
.- Parameters:
destination
- a consumer that will call methods onAudienceDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
roleArn
The ARN of the IAM role that can write the Amazon S3 bucket.
- Parameters:
roleArn
- The ARN of the IAM role that can write the Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-