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