Interface AttachPointDescriptor.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AttachPointDescriptor.Builder,,AttachPointDescriptor> SdkBuilder<AttachPointDescriptor.Builder,,AttachPointDescriptor> SdkPojo
- Enclosing class:
AttachPointDescriptor
@Mutable
@NotThreadSafe
public static interface AttachPointDescriptor.Builder
extends SdkPojo, CopyableBuilder<AttachPointDescriptor.Builder,AttachPointDescriptor>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) The identifier for the specific type of the AttachPoint.The descriptive name of the identifier attach point.The type of this AttachPoint, which will dictate the syntax of the identifier.type(AttachPointType type) The type of this AttachPoint, which will dictate the syntax of the identifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of this AttachPoint, which will dictate the syntax of the identifier.
Current types include:
-
ARN
-
DirectConnect Gateway
- Parameters:
type- The type of this AttachPoint, which will dictate the syntax of the identifier.Current types include:
-
ARN
-
DirectConnect Gateway
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
type
The type of this AttachPoint, which will dictate the syntax of the identifier.
Current types include:
-
ARN
-
DirectConnect Gateway
- Parameters:
type- The type of this AttachPoint, which will dictate the syntax of the identifier.Current types include:
-
ARN
-
DirectConnect Gateway
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
identifier
The identifier for the specific type of the AttachPoint.
- Parameters:
identifier- The identifier for the specific type of the AttachPoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The descriptive name of the identifier attach point.
- Parameters:
name- The descriptive name of the identifier attach point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-