Interface GetCollaborationMlInputChannelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsMlResponse.Builder,CopyableBuilder<GetCollaborationMlInputChannelResponse.Builder,GetCollaborationMlInputChannelResponse>,SdkBuilder<GetCollaborationMlInputChannelResponse.Builder,GetCollaborationMlInputChannelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCollaborationMlInputChannelResponse
public static interface GetCollaborationMlInputChannelResponse.Builder extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<GetCollaborationMlInputChannelResponse.Builder,GetCollaborationMlInputChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetCollaborationMlInputChannelResponse.BuildercollaborationIdentifier(String collaborationIdentifier)The collaboration ID of the collaboration that contains the ML input channel.GetCollaborationMlInputChannelResponse.BuilderconfiguredModelAlgorithmAssociations(String... configuredModelAlgorithmAssociations)The configured model algorithm associations that were used to create the ML input channel.GetCollaborationMlInputChannelResponse.BuilderconfiguredModelAlgorithmAssociations(Collection<String> configuredModelAlgorithmAssociations)The configured model algorithm associations that were used to create the ML input channel.GetCollaborationMlInputChannelResponse.BuildercreateTime(Instant createTime)The time at which the ML input channel was created.GetCollaborationMlInputChannelResponse.BuildercreatorAccountId(String creatorAccountId)The account ID of the member who created the ML input channel.GetCollaborationMlInputChannelResponse.Builderdescription(String description)The description of the ML input channel.GetCollaborationMlInputChannelResponse.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the membership that contains the ML input channel.GetCollaborationMlInputChannelResponse.BuildermlInputChannelArn(String mlInputChannelArn)The Amazon Resource Name (ARN) of the ML input channel.GetCollaborationMlInputChannelResponse.Buildername(String name)The name of the ML input channel.GetCollaborationMlInputChannelResponse.BuildernumberOfRecords(Long numberOfRecords)The number of records in the ML input channel.GetCollaborationMlInputChannelResponse.BuilderretentionInDays(Integer retentionInDays)The number of days to retain the data for the ML input channel.GetCollaborationMlInputChannelResponse.Builderstatus(String status)The status of the ML input channel.GetCollaborationMlInputChannelResponse.Builderstatus(MLInputChannelStatus status)The status of the ML input channel.default GetCollaborationMlInputChannelResponse.BuilderstatusDetails(Consumer<StatusDetails.Builder> statusDetails)Sets the value of the StatusDetails property for this object.GetCollaborationMlInputChannelResponse.BuilderstatusDetails(StatusDetails statusDetails)Sets the value of the StatusDetails property for this object.GetCollaborationMlInputChannelResponse.BuilderupdateTime(Instant updateTime)The most recent time at which the ML input channel was updated.-
Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createTime
GetCollaborationMlInputChannelResponse.Builder createTime(Instant createTime)
The time at which the ML input channel was created.
- Parameters:
createTime- The time at which the ML input channel was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
GetCollaborationMlInputChannelResponse.Builder updateTime(Instant updateTime)
The most recent time at which the ML input channel was updated.
- Parameters:
updateTime- The most recent time at which the ML input channel was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorAccountId
GetCollaborationMlInputChannelResponse.Builder creatorAccountId(String creatorAccountId)
The account ID of the member who created the ML input channel.
- Parameters:
creatorAccountId- The account ID of the member who created the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
GetCollaborationMlInputChannelResponse.Builder membershipIdentifier(String membershipIdentifier)
The membership ID of the membership that contains the ML input channel.
- Parameters:
membershipIdentifier- The membership ID of the membership that contains the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationIdentifier
GetCollaborationMlInputChannelResponse.Builder collaborationIdentifier(String collaborationIdentifier)
The collaboration ID of the collaboration that contains the ML input channel.
- Parameters:
collaborationIdentifier- The collaboration ID of the collaboration that contains the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlInputChannelArn
GetCollaborationMlInputChannelResponse.Builder mlInputChannelArn(String mlInputChannelArn)
The Amazon Resource Name (ARN) of the ML input channel.
- Parameters:
mlInputChannelArn- The Amazon Resource Name (ARN) of the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetCollaborationMlInputChannelResponse.Builder name(String name)
The name of the ML input channel.
- Parameters:
name- The name of the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredModelAlgorithmAssociations
GetCollaborationMlInputChannelResponse.Builder configuredModelAlgorithmAssociations(Collection<String> configuredModelAlgorithmAssociations)
The configured model algorithm associations that were used to create the ML input channel.
- Parameters:
configuredModelAlgorithmAssociations- The configured model algorithm associations that were used to create the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredModelAlgorithmAssociations
GetCollaborationMlInputChannelResponse.Builder configuredModelAlgorithmAssociations(String... configuredModelAlgorithmAssociations)
The configured model algorithm associations that were used to create the ML input channel.
- Parameters:
configuredModelAlgorithmAssociations- The configured model algorithm associations that were used to create the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetCollaborationMlInputChannelResponse.Builder status(String status)
The status of the ML input channel.
- Parameters:
status- The status of the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MLInputChannelStatus,MLInputChannelStatus
-
status
GetCollaborationMlInputChannelResponse.Builder status(MLInputChannelStatus status)
The status of the ML input channel.
- Parameters:
status- The status of the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MLInputChannelStatus,MLInputChannelStatus
-
statusDetails
GetCollaborationMlInputChannelResponse.Builder statusDetails(StatusDetails statusDetails)
Sets the value of the StatusDetails property for this object.- Parameters:
statusDetails- The new value for the StatusDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusDetails
default GetCollaborationMlInputChannelResponse.Builder statusDetails(Consumer<StatusDetails.Builder> statusDetails)
Sets the value of the StatusDetails property for this object. This is a convenience method that creates an instance of theStatusDetails.Builderavoiding the need to create one manually viaStatusDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatusDetails(StatusDetails).- Parameters:
statusDetails- a consumer that will call methods onStatusDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
statusDetails(StatusDetails)
-
retentionInDays
GetCollaborationMlInputChannelResponse.Builder retentionInDays(Integer retentionInDays)
The number of days to retain the data for the ML input channel.
- Parameters:
retentionInDays- The number of days to retain the data for the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfRecords
GetCollaborationMlInputChannelResponse.Builder numberOfRecords(Long numberOfRecords)
The number of records in the ML input channel.
- Parameters:
numberOfRecords- The number of records in the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetCollaborationMlInputChannelResponse.Builder description(String description)
The description of the ML input channel.
- Parameters:
description- The description of the ML input channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-