Interface RouteAnalysisEndpointOptionsSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteAnalysisEndpointOptionsSpecification.Builder,RouteAnalysisEndpointOptionsSpecification>,SdkBuilder<RouteAnalysisEndpointOptionsSpecification.Builder,RouteAnalysisEndpointOptionsSpecification>,SdkPojo
- Enclosing class:
- RouteAnalysisEndpointOptionsSpecification
public static interface RouteAnalysisEndpointOptionsSpecification.Builder extends SdkPojo, CopyableBuilder<RouteAnalysisEndpointOptionsSpecification.Builder,RouteAnalysisEndpointOptionsSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteAnalysisEndpointOptionsSpecification.BuilderipAddress(String ipAddress)The IP address.RouteAnalysisEndpointOptionsSpecification.BuildertransitGatewayAttachmentArn(String transitGatewayAttachmentArn)The ARN of the transit gateway attachment.-
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, sdkFields
-
-
-
-
Method Detail
-
transitGatewayAttachmentArn
RouteAnalysisEndpointOptionsSpecification.Builder transitGatewayAttachmentArn(String transitGatewayAttachmentArn)
The ARN of the transit gateway attachment.
- Parameters:
transitGatewayAttachmentArn- The ARN of the transit gateway attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
RouteAnalysisEndpointOptionsSpecification.Builder ipAddress(String ipAddress)
The IP address.
- Parameters:
ipAddress- The IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-