Interface GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsMlResponse.Builder,CopyableBuilder<GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder,GetCollaborationConfiguredModelAlgorithmAssociationResponse>,SdkBuilder<GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder,GetCollaborationConfiguredModelAlgorithmAssociationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCollaborationConfiguredModelAlgorithmAssociationResponse
public static interface GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder,GetCollaborationConfiguredModelAlgorithmAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetCollaborationConfiguredModelAlgorithmAssociationResponse.BuildercollaborationIdentifier(String collaborationIdentifier)The collaboration ID of the collaboration that contains the configured model algorithm association.GetCollaborationConfiguredModelAlgorithmAssociationResponse.BuilderconfiguredModelAlgorithmArn(String configuredModelAlgorithmArn)The Amazon Resource Name (ARN) of the configured model algorithm association.GetCollaborationConfiguredModelAlgorithmAssociationResponse.BuilderconfiguredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn)The Amazon Resource Name (ARN) of the configured model algorithm association.GetCollaborationConfiguredModelAlgorithmAssociationResponse.BuildercreateTime(Instant createTime)The time at which the configured model algorithm association was created.GetCollaborationConfiguredModelAlgorithmAssociationResponse.BuildercreatorAccountId(String creatorAccountId)The account ID of the member that created the configured model algorithm association.GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builderdescription(String description)The description of the configured model algorithm association.GetCollaborationConfiguredModelAlgorithmAssociationResponse.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the member that created the configured model algorithm association.GetCollaborationConfiguredModelAlgorithmAssociationResponse.Buildername(String name)The name of the configured model algorithm association.default GetCollaborationConfiguredModelAlgorithmAssociationResponse.BuilderprivacyConfiguration(Consumer<PrivacyConfiguration.Builder> privacyConfiguration)Sets the value of the PrivacyConfiguration property for this object.GetCollaborationConfiguredModelAlgorithmAssociationResponse.BuilderprivacyConfiguration(PrivacyConfiguration privacyConfiguration)Sets the value of the PrivacyConfiguration property for this object.GetCollaborationConfiguredModelAlgorithmAssociationResponse.BuilderupdateTime(Instant updateTime)The most recent time at which the configured model algorithm association 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
GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder createTime(Instant createTime)
The time at which the configured model algorithm association was created.
- Parameters:
createTime- The time at which the configured model algorithm association was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder updateTime(Instant updateTime)
The most recent time at which the configured model algorithm association was updated.
- Parameters:
updateTime- The most recent time at which the configured model algorithm association was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredModelAlgorithmAssociationArn
GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder configuredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn)
The Amazon Resource Name (ARN) of the configured model algorithm association.
- Parameters:
configuredModelAlgorithmAssociationArn- The Amazon Resource Name (ARN) of the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder membershipIdentifier(String membershipIdentifier)
The membership ID of the member that created the configured model algorithm association.
- Parameters:
membershipIdentifier- The membership ID of the member that created the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationIdentifier
GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder collaborationIdentifier(String collaborationIdentifier)
The collaboration ID of the collaboration that contains the configured model algorithm association.
- Parameters:
collaborationIdentifier- The collaboration ID of the collaboration that contains the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredModelAlgorithmArn
GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder configuredModelAlgorithmArn(String configuredModelAlgorithmArn)
The Amazon Resource Name (ARN) of the configured model algorithm association.
- Parameters:
configuredModelAlgorithmArn- The Amazon Resource Name (ARN) of the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder name(String name)
The name of the configured model algorithm association.
- Parameters:
name- The name of the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder description(String description)
The description of the configured model algorithm association.
- Parameters:
description- The description of the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorAccountId
GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder creatorAccountId(String creatorAccountId)
The account ID of the member that created the configured model algorithm association.
- Parameters:
creatorAccountId- The account ID of the member that created the configured model algorithm association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privacyConfiguration
GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder privacyConfiguration(PrivacyConfiguration privacyConfiguration)
Sets the value of the PrivacyConfiguration property for this object.- Parameters:
privacyConfiguration- The new value for the PrivacyConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privacyConfiguration
default GetCollaborationConfiguredModelAlgorithmAssociationResponse.Builder privacyConfiguration(Consumer<PrivacyConfiguration.Builder> privacyConfiguration)
Sets the value of the PrivacyConfiguration property for this object. This is a convenience method that creates an instance of thePrivacyConfiguration.Builderavoiding the need to create one manually viaPrivacyConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprivacyConfiguration(PrivacyConfiguration).- Parameters:
privacyConfiguration- a consumer that will call methods onPrivacyConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
privacyConfiguration(PrivacyConfiguration)
-
-