Interface IdNamespaceAssociationInputReferencePropertiesSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdNamespaceAssociationInputReferencePropertiesSummary.Builder,
,IdNamespaceAssociationInputReferencePropertiesSummary> SdkBuilder<IdNamespaceAssociationInputReferencePropertiesSummary.Builder,
,IdNamespaceAssociationInputReferencePropertiesSummary> SdkPojo
- Enclosing class:
IdNamespaceAssociationInputReferencePropertiesSummary
@Mutable
@NotThreadSafe
public static interface IdNamespaceAssociationInputReferencePropertiesSummary.Builder
extends SdkPojo, CopyableBuilder<IdNamespaceAssociationInputReferencePropertiesSummary.Builder,IdNamespaceAssociationInputReferencePropertiesSummary>
-
Method Summary
Modifier and TypeMethodDescriptionidNamespaceType
(String idNamespaceType) The ID namespace type for this ID namespace association.idNamespaceType
(IdNamespaceType idNamespaceType) The ID namespace type for this ID namespace association.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 Details
-
idNamespaceType
IdNamespaceAssociationInputReferencePropertiesSummary.Builder idNamespaceType(String idNamespaceType) The ID namespace type for this ID namespace association.
- Parameters:
idNamespaceType
- The ID namespace type for this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idNamespaceType
IdNamespaceAssociationInputReferencePropertiesSummary.Builder idNamespaceType(IdNamespaceType idNamespaceType) The ID namespace type for this ID namespace association.
- Parameters:
idNamespaceType
- The ID namespace type for this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-