Interface AttachPoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AttachPoint.Builder,,AttachPoint> SdkBuilder<AttachPoint.Builder,,AttachPoint> SdkPojo
- Enclosing class:
AttachPoint
@Mutable
@NotThreadSafe
public static interface AttachPoint.Builder
extends SdkPojo, CopyableBuilder<AttachPoint.Builder,AttachPoint>
-
Method Summary
Modifier and TypeMethodDescriptionIdentifies an attach point by full ARN.directConnectGateway(String directConnectGateway) Identifies an DirectConnect Gateway attach point by DirectConnectGatewayID.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
-
directConnectGateway
Identifies an DirectConnect Gateway attach point by DirectConnectGatewayID.
- Parameters:
directConnectGateway- Identifies an DirectConnect Gateway attach point by DirectConnectGatewayID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Identifies an attach point by full ARN.
- Parameters:
arn- Identifies an attach point by full ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-