Interface PutMlConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsMlRequest.Builder
,CopyableBuilder<PutMlConfigurationRequest.Builder,
,PutMlConfigurationRequest> SdkBuilder<PutMlConfigurationRequest.Builder,
,PutMlConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutMlConfigurationRequest
@Mutable
@NotThreadSafe
public static interface PutMlConfigurationRequest.Builder
extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<PutMlConfigurationRequest.Builder,PutMlConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultOutputLocation
(Consumer<MLOutputConfiguration.Builder> defaultOutputLocation) The default Amazon S3 location where ML output is stored for the specified member.defaultOutputLocation
(MLOutputConfiguration defaultOutputLocation) The default Amazon S3 location where ML output is stored for the specified member.membershipIdentifier
(String membershipIdentifier) The membership ID of the member that is being configured.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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.Builder
avoiding the need to create one manually viaMLOutputConfiguration.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
PutMlConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutMlConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-