Interface CollaborationIdNamespaceAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollaborationIdNamespaceAssociation.Builder,CollaborationIdNamespaceAssociation>,SdkBuilder<CollaborationIdNamespaceAssociation.Builder,CollaborationIdNamespaceAssociation>,SdkPojo
- Enclosing class:
- CollaborationIdNamespaceAssociation
public static interface CollaborationIdNamespaceAssociation.Builder extends SdkPojo, CopyableBuilder<CollaborationIdNamespaceAssociation.Builder,CollaborationIdNamespaceAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CollaborationIdNamespaceAssociation.Builderarn(String arn)The Amazon Resource Name (ARN) of the collaboration ID namespace association.CollaborationIdNamespaceAssociation.BuildercollaborationArn(String collaborationArn)The Amazon Resource Name (ARN) of the collaboration that contains the collaboration ID namespace association.CollaborationIdNamespaceAssociation.BuildercollaborationId(String collaborationId)The unique identifier of the collaboration that contains the collaboration ID namespace association.CollaborationIdNamespaceAssociation.BuildercreateTime(Instant createTime)The time at which the collaboration ID namespace association was created.CollaborationIdNamespaceAssociation.BuildercreatorAccountId(String creatorAccountId)The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.CollaborationIdNamespaceAssociation.Builderdescription(String description)The description of the collaboration ID namespace association.CollaborationIdNamespaceAssociation.Builderid(String id)The unique identifier of the collaboration ID namespace association.default CollaborationIdNamespaceAssociation.BuilderidMappingConfig(Consumer<IdMappingConfig.Builder> idMappingConfig)Sets the value of the IdMappingConfig property for this object.CollaborationIdNamespaceAssociation.BuilderidMappingConfig(IdMappingConfig idMappingConfig)Sets the value of the IdMappingConfig property for this object.default CollaborationIdNamespaceAssociation.BuilderinputReferenceConfig(Consumer<IdNamespaceAssociationInputReferenceConfig.Builder> inputReferenceConfig)The input reference configuration that's necessary to create the collaboration ID namespace association.CollaborationIdNamespaceAssociation.BuilderinputReferenceConfig(IdNamespaceAssociationInputReferenceConfig inputReferenceConfig)The input reference configuration that's necessary to create the collaboration ID namespace association.default CollaborationIdNamespaceAssociation.BuilderinputReferenceProperties(Consumer<IdNamespaceAssociationInputReferenceProperties.Builder> inputReferenceProperties)The input reference properties that are needed to create the collaboration ID namespace association.CollaborationIdNamespaceAssociation.BuilderinputReferenceProperties(IdNamespaceAssociationInputReferenceProperties inputReferenceProperties)The input reference properties that are needed to create the collaboration ID namespace association.CollaborationIdNamespaceAssociation.Buildername(String name)The name of the collaboration ID namespace association.CollaborationIdNamespaceAssociation.BuilderupdateTime(Instant updateTime)The most recent time at which the collaboration ID namespace was updated.-
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
-
id
CollaborationIdNamespaceAssociation.Builder id(String id)
The unique identifier of the collaboration ID namespace association.
- Parameters:
id- The unique identifier of the collaboration ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
CollaborationIdNamespaceAssociation.Builder arn(String arn)
The Amazon Resource Name (ARN) of the collaboration ID namespace association.
- Parameters:
arn- The Amazon Resource Name (ARN) of the collaboration ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationId
CollaborationIdNamespaceAssociation.Builder collaborationId(String collaborationId)
The unique identifier of the collaboration that contains the collaboration ID namespace association.
- Parameters:
collaborationId- The unique identifier of the collaboration that contains the collaboration ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationArn
CollaborationIdNamespaceAssociation.Builder collaborationArn(String collaborationArn)
The Amazon Resource Name (ARN) of the collaboration that contains the collaboration ID namespace association.
- Parameters:
collaborationArn- The Amazon Resource Name (ARN) of the collaboration that contains the collaboration ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CollaborationIdNamespaceAssociation.Builder name(String name)
The name of the collaboration ID namespace association.
- Parameters:
name- The name of the collaboration ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CollaborationIdNamespaceAssociation.Builder description(String description)
The description of the collaboration ID namespace association.
- Parameters:
description- The description of the collaboration ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorAccountId
CollaborationIdNamespaceAssociation.Builder creatorAccountId(String creatorAccountId)
The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.
- Parameters:
creatorAccountId- The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
CollaborationIdNamespaceAssociation.Builder createTime(Instant createTime)
The time at which the collaboration ID namespace association was created.
- Parameters:
createTime- The time at which the collaboration ID namespace association was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
CollaborationIdNamespaceAssociation.Builder updateTime(Instant updateTime)
The most recent time at which the collaboration ID namespace was updated.
- Parameters:
updateTime- The most recent time at which the collaboration ID namespace was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputReferenceConfig
CollaborationIdNamespaceAssociation.Builder inputReferenceConfig(IdNamespaceAssociationInputReferenceConfig inputReferenceConfig)
The input reference configuration that's necessary to create the collaboration ID namespace association.
- Parameters:
inputReferenceConfig- The input reference configuration that's necessary to create the collaboration ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputReferenceConfig
default CollaborationIdNamespaceAssociation.Builder inputReferenceConfig(Consumer<IdNamespaceAssociationInputReferenceConfig.Builder> inputReferenceConfig)
The input reference configuration that's necessary to create the collaboration ID namespace association.
This is a convenience method that creates an instance of theIdNamespaceAssociationInputReferenceConfig.Builderavoiding the need to create one manually viaIdNamespaceAssociationInputReferenceConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputReferenceConfig(IdNamespaceAssociationInputReferenceConfig).- Parameters:
inputReferenceConfig- a consumer that will call methods onIdNamespaceAssociationInputReferenceConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputReferenceConfig(IdNamespaceAssociationInputReferenceConfig)
-
inputReferenceProperties
CollaborationIdNamespaceAssociation.Builder inputReferenceProperties(IdNamespaceAssociationInputReferenceProperties inputReferenceProperties)
The input reference properties that are needed to create the collaboration ID namespace association.
- Parameters:
inputReferenceProperties- The input reference properties that are needed to create the collaboration ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputReferenceProperties
default CollaborationIdNamespaceAssociation.Builder inputReferenceProperties(Consumer<IdNamespaceAssociationInputReferenceProperties.Builder> inputReferenceProperties)
The input reference properties that are needed to create the collaboration ID namespace association.
This is a convenience method that creates an instance of theIdNamespaceAssociationInputReferenceProperties.Builderavoiding the need to create one manually viaIdNamespaceAssociationInputReferenceProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputReferenceProperties(IdNamespaceAssociationInputReferenceProperties).- Parameters:
inputReferenceProperties- a consumer that will call methods onIdNamespaceAssociationInputReferenceProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputReferenceProperties(IdNamespaceAssociationInputReferenceProperties)
-
idMappingConfig
CollaborationIdNamespaceAssociation.Builder idMappingConfig(IdMappingConfig idMappingConfig)
Sets the value of the IdMappingConfig property for this object.- Parameters:
idMappingConfig- The new value for the IdMappingConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingConfig
default CollaborationIdNamespaceAssociation.Builder idMappingConfig(Consumer<IdMappingConfig.Builder> idMappingConfig)
Sets the value of the IdMappingConfig property for this object. This is a convenience method that creates an instance of theIdMappingConfig.Builderavoiding the need to create one manually viaIdMappingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidMappingConfig(IdMappingConfig).- Parameters:
idMappingConfig- a consumer that will call methods onIdMappingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
idMappingConfig(IdMappingConfig)
-
-