Interface PutMlConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsMlRequest.Builder,CopyableBuilder<PutMlConfigurationRequest.Builder,PutMlConfigurationRequest>,SdkBuilder<PutMlConfigurationRequest.Builder,PutMlConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutMlConfigurationRequest
public static interface PutMlConfigurationRequest.Builder extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<PutMlConfigurationRequest.Builder,PutMlConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PutMlConfigurationRequest.BuilderdefaultOutputLocation(Consumer<MLOutputConfiguration.Builder> defaultOutputLocation)The default Amazon S3 location where ML output is stored for the specified member.PutMlConfigurationRequest.BuilderdefaultOutputLocation(MLOutputConfiguration defaultOutputLocation)The default Amazon S3 location where ML output is stored for the specified member.PutMlConfigurationRequest.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the member that is being configured.PutMlConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutMlConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlRequest.Builder
build
-
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 Detail
-
membershipIdentifier
PutMlConfigurationRequest.Builder membershipIdentifier(String membershipIdentifier)
The membership ID of the member that is being configured.
- Parameters:
membershipIdentifier- The membership ID of the member that is being configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultOutputLocation
PutMlConfigurationRequest.Builder defaultOutputLocation(MLOutputConfiguration defaultOutputLocation)
The default Amazon S3 location where ML output is stored for the specified member.
- Parameters:
defaultOutputLocation- The default Amazon S3 location where ML output is stored for the specified member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultOutputLocation
default PutMlConfigurationRequest.Builder defaultOutputLocation(Consumer<MLOutputConfiguration.Builder> defaultOutputLocation)
The default Amazon S3 location where ML output is stored for the specified member.
This is a convenience method that creates an instance of theMLOutputConfiguration.Builderavoiding the need to create one manually viaMLOutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultOutputLocation(MLOutputConfiguration).- Parameters:
defaultOutputLocation- a consumer that will call methods onMLOutputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
defaultOutputLocation(MLOutputConfiguration)
-
overrideConfiguration
PutMlConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutMlConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-