Interface ConfiguredAudienceModelOutputConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfiguredAudienceModelOutputConfig.Builder,ConfiguredAudienceModelOutputConfig>,SdkBuilder<ConfiguredAudienceModelOutputConfig.Builder,ConfiguredAudienceModelOutputConfig>,SdkPojo
- Enclosing class:
- ConfiguredAudienceModelOutputConfig
public static interface ConfiguredAudienceModelOutputConfig.Builder extends SdkPojo, CopyableBuilder<ConfiguredAudienceModelOutputConfig.Builder,ConfiguredAudienceModelOutputConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ConfiguredAudienceModelOutputConfig.Builderdestination(Consumer<AudienceDestination.Builder> destination)Sets the value of the Destination property for this object.ConfiguredAudienceModelOutputConfig.Builderdestination(AudienceDestination destination)Sets the value of the Destination property for this object.ConfiguredAudienceModelOutputConfig.BuilderroleArn(String roleArn)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, sdkFields
-
-
-
-
Method Detail
-
destination
ConfiguredAudienceModelOutputConfig.Builder destination(AudienceDestination 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.Builderavoiding the need to create one manually viaAudienceDestination.builder().When the
Consumercompletes,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:
destination(AudienceDestination)
-
roleArn
ConfiguredAudienceModelOutputConfig.Builder roleArn(String 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.
-
-