Interface GetCollaborationMlInputChannelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsMlRequest.Builder,CopyableBuilder<GetCollaborationMlInputChannelRequest.Builder,GetCollaborationMlInputChannelRequest>,SdkBuilder<GetCollaborationMlInputChannelRequest.Builder,GetCollaborationMlInputChannelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCollaborationMlInputChannelRequest
public static interface GetCollaborationMlInputChannelRequest.Builder extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<GetCollaborationMlInputChannelRequest.Builder,GetCollaborationMlInputChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCollaborationMlInputChannelRequest.BuildercollaborationIdentifier(String collaborationIdentifier)The collaboration ID of the collaboration that contains the ML input channel that you want to get.GetCollaborationMlInputChannelRequest.BuildermlInputChannelArn(String mlInputChannelArn)The Amazon Resource Name (ARN) of the ML input channel that you want to get.GetCollaborationMlInputChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCollaborationMlInputChannelRequest.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
GetCollaborationMlInputChannelRequest.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.
-
collaborationIdentifier
GetCollaborationMlInputChannelRequest.Builder collaborationIdentifier(String collaborationIdentifier)
The collaboration ID of the collaboration that contains the ML input channel that you want to get.
- Parameters:
collaborationIdentifier- The collaboration ID of the collaboration 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
GetCollaborationMlInputChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCollaborationMlInputChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-