Interface IdNamespaceAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdNamespaceAssociationSummary.Builder,IdNamespaceAssociationSummary>,SdkBuilder<IdNamespaceAssociationSummary.Builder,IdNamespaceAssociationSummary>,SdkPojo
- Enclosing class:
- IdNamespaceAssociationSummary
public static interface IdNamespaceAssociationSummary.Builder extends SdkPojo, CopyableBuilder<IdNamespaceAssociationSummary.Builder,IdNamespaceAssociationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IdNamespaceAssociationSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of this ID namespace association.IdNamespaceAssociationSummary.BuildercollaborationArn(String collaborationArn)The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.IdNamespaceAssociationSummary.BuildercollaborationId(String collaborationId)The unique identifier of the collaboration that contains this ID namespace association.IdNamespaceAssociationSummary.BuildercreateTime(Instant createTime)The time at which this ID namespace association was created.IdNamespaceAssociationSummary.Builderdescription(String description)The description of the ID namespace association.IdNamespaceAssociationSummary.Builderid(String id)The unique identifier of this ID namespace association.default IdNamespaceAssociationSummary.BuilderinputReferenceConfig(Consumer<IdNamespaceAssociationInputReferenceConfig.Builder> inputReferenceConfig)The input reference configuration details for this ID namespace association.IdNamespaceAssociationSummary.BuilderinputReferenceConfig(IdNamespaceAssociationInputReferenceConfig inputReferenceConfig)The input reference configuration details for this ID namespace association.default IdNamespaceAssociationSummary.BuilderinputReferenceProperties(Consumer<IdNamespaceAssociationInputReferencePropertiesSummary.Builder> inputReferenceProperties)The input reference properties for this ID namespace association.IdNamespaceAssociationSummary.BuilderinputReferenceProperties(IdNamespaceAssociationInputReferencePropertiesSummary inputReferenceProperties)The input reference properties for this ID namespace association.IdNamespaceAssociationSummary.BuildermembershipArn(String membershipArn)The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.IdNamespaceAssociationSummary.BuildermembershipId(String membershipId)The unique identifier of the membership resource for this ID namespace association.IdNamespaceAssociationSummary.Buildername(String name)The name of the ID namespace association.IdNamespaceAssociationSummary.BuilderupdateTime(Instant updateTime)The most recent time at which this ID namespace association has been 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
-
membershipId
IdNamespaceAssociationSummary.Builder membershipId(String membershipId)
The unique identifier of the membership resource for this ID namespace association.
- Parameters:
membershipId- The unique identifier of the membership resource for this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipArn
IdNamespaceAssociationSummary.Builder membershipArn(String membershipArn)
The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
- Parameters:
membershipArn- The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationArn
IdNamespaceAssociationSummary.Builder collaborationArn(String collaborationArn)
The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
- Parameters:
collaborationArn- The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationId
IdNamespaceAssociationSummary.Builder collaborationId(String collaborationId)
The unique identifier of the collaboration that contains this ID namespace association.
- Parameters:
collaborationId- The unique identifier of the collaboration that contains this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
IdNamespaceAssociationSummary.Builder createTime(Instant createTime)
The time at which this ID namespace association was created.
- Parameters:
createTime- The time at which this ID namespace association was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
IdNamespaceAssociationSummary.Builder updateTime(Instant updateTime)
The most recent time at which this ID namespace association has been updated.
- Parameters:
updateTime- The most recent time at which this ID namespace association has been updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
IdNamespaceAssociationSummary.Builder id(String id)
The unique identifier of this ID namespace association.
- Parameters:
id- The unique identifier of this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
IdNamespaceAssociationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of this ID namespace association.
- Parameters:
arn- The Amazon Resource Name (ARN) of this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputReferenceConfig
IdNamespaceAssociationSummary.Builder inputReferenceConfig(IdNamespaceAssociationInputReferenceConfig inputReferenceConfig)
The input reference configuration details for this ID namespace association.
- Parameters:
inputReferenceConfig- The input reference configuration details for this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputReferenceConfig
default IdNamespaceAssociationSummary.Builder inputReferenceConfig(Consumer<IdNamespaceAssociationInputReferenceConfig.Builder> inputReferenceConfig)
The input reference configuration details for this 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)
-
name
IdNamespaceAssociationSummary.Builder name(String name)
The name of the ID namespace association.
- Parameters:
name- The name of the ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
IdNamespaceAssociationSummary.Builder description(String description)
The description of the ID namespace association.
- Parameters:
description- The description of the ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputReferenceProperties
IdNamespaceAssociationSummary.Builder inputReferenceProperties(IdNamespaceAssociationInputReferencePropertiesSummary inputReferenceProperties)
The input reference properties for this ID namespace association.
- Parameters:
inputReferenceProperties- The input reference properties for this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputReferenceProperties
default IdNamespaceAssociationSummary.Builder inputReferenceProperties(Consumer<IdNamespaceAssociationInputReferencePropertiesSummary.Builder> inputReferenceProperties)
The input reference properties for this ID namespace association.
This is a convenience method that creates an instance of theIdNamespaceAssociationInputReferencePropertiesSummary.Builderavoiding the need to create one manually viaIdNamespaceAssociationInputReferencePropertiesSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputReferenceProperties(IdNamespaceAssociationInputReferencePropertiesSummary).- Parameters:
inputReferenceProperties- a consumer that will call methods onIdNamespaceAssociationInputReferencePropertiesSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputReferenceProperties(IdNamespaceAssociationInputReferencePropertiesSummary)
-
-