Interface DeleteProxyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteProxyResponse.Builder,,DeleteProxyResponse> NetworkFirewallResponse.Builder,SdkBuilder<DeleteProxyResponse.Builder,,DeleteProxyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteProxyResponse
@Mutable
@NotThreadSafe
public static interface DeleteProxyResponse.Builder
extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<DeleteProxyResponse.Builder,DeleteProxyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionnatGatewayId(String natGatewayId) The NAT Gateway the Proxy was attached to.The Amazon Resource Name (ARN) of a proxy.The descriptive name of the proxy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
natGatewayId
The NAT Gateway the Proxy was attached to.
- Parameters:
natGatewayId- The NAT Gateway the Proxy was attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proxyName
The descriptive name of the proxy. You can't change the name of a proxy after you create it.
- Parameters:
proxyName- The descriptive name of the proxy. You can't change the name of a proxy after you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proxyArn
The Amazon Resource Name (ARN) of a proxy.
- Parameters:
proxyArn- The Amazon Resource Name (ARN) of a proxy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-