Interface GetMlInputChannelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsMlRequest.Builder,CopyableBuilder<GetMlInputChannelRequest.Builder,GetMlInputChannelRequest>,SdkBuilder<GetMlInputChannelRequest.Builder,GetMlInputChannelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMlInputChannelRequest
public static interface GetMlInputChannelRequest.Builder extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<GetMlInputChannelRequest.Builder,GetMlInputChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMlInputChannelRequest.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the membership that contains the ML input channel that you want to get.GetMlInputChannelRequest.BuildermlInputChannelArn(String mlInputChannelArn)The Amazon Resource Name (ARN) of the ML input channel that you want to get.GetMlInputChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMlInputChannelRequest.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
-
mlInputChannelArn
GetMlInputChannelRequest.Builder mlInputChannelArn(String mlInputChannelArn)
The Amazon Resource Name (ARN) of the ML input channel that you want to get.
- Parameters:
mlInputChannelArn- The Amazon Resource Name (ARN) of the ML input channel that you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
GetMlInputChannelRequest.Builder membershipIdentifier(String membershipIdentifier)
The membership ID of the membership that contains the ML input channel that you want to get.
- Parameters:
membershipIdentifier- The membership ID of the membership that contains the ML input channel that you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMlInputChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMlInputChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-