Interface CreateProxyRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateProxyRequest.Builder,,CreateProxyRequest> NetworkFirewallRequest.Builder,SdkBuilder<CreateProxyRequest.Builder,,CreateProxyRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateProxyRequest
-
Method Summary
Modifier and TypeMethodDescriptionlistenerProperties(Collection<ListenerPropertyRequest> listenerProperties) Listener properties for HTTP and HTTPS traffic.listenerProperties(Consumer<ListenerPropertyRequest.Builder>... listenerProperties) Listener properties for HTTP and HTTPS traffic.listenerProperties(ListenerPropertyRequest... listenerProperties) Listener properties for HTTP and HTTPS traffic.natGatewayId(String natGatewayId) A unique identifier for the NAT gateway to use with proxy resources.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.proxyConfigurationArn(String proxyConfigurationArn) The Amazon Resource Name (ARN) of a proxy configuration.proxyConfigurationName(String proxyConfigurationName) The descriptive name of the proxy configuration.The descriptive name of the proxy.tags(Collection<Tag> tags) The key:value pairs to associate with the resource.tags(Consumer<Tag.Builder>... tags) The key:value pairs to associate with the resource.The key:value pairs to associate with the resource.default CreateProxyRequest.BuildertlsInterceptProperties(Consumer<TlsInterceptPropertiesRequest.Builder> tlsInterceptProperties) TLS decryption on traffic to filter on attributes in the HTTP header.tlsInterceptProperties(TlsInterceptPropertiesRequest tlsInterceptProperties) TLS decryption on traffic to filter on attributes in the HTTP header.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
natGatewayId
A unique identifier for the NAT gateway to use with proxy resources.
- Parameters:
natGatewayId- A unique identifier for the NAT gateway to use with proxy resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proxyConfigurationName
The descriptive name of the proxy configuration. You can't change the name of a proxy configuration after you create it.
You must specify the ARN or the name, and you can specify both.
- Parameters:
proxyConfigurationName- The descriptive name of the proxy configuration. You can't change the name of a proxy configuration after you create it.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proxyConfigurationArn
The Amazon Resource Name (ARN) of a proxy configuration.
You must specify the ARN or the name, and you can specify both.
- Parameters:
proxyConfigurationArn- The Amazon Resource Name (ARN) of a proxy configuration.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listenerProperties
CreateProxyRequest.Builder listenerProperties(Collection<ListenerPropertyRequest> listenerProperties) Listener properties for HTTP and HTTPS traffic.
- Parameters:
listenerProperties- Listener properties for HTTP and HTTPS traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listenerProperties
Listener properties for HTTP and HTTPS traffic.
- Parameters:
listenerProperties- Listener properties for HTTP and HTTPS traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listenerProperties
CreateProxyRequest.Builder listenerProperties(Consumer<ListenerPropertyRequest.Builder>... listenerProperties) Listener properties for HTTP and HTTPS traffic.
This is a convenience method that creates an instance of theListenerPropertyRequest.Builderavoiding the need to create one manually viaListenerPropertyRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolistenerProperties(List<ListenerPropertyRequest>).- Parameters:
listenerProperties- a consumer that will call methods onListenerPropertyRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tlsInterceptProperties
CreateProxyRequest.Builder tlsInterceptProperties(TlsInterceptPropertiesRequest tlsInterceptProperties) TLS decryption on traffic to filter on attributes in the HTTP header.
- Parameters:
tlsInterceptProperties- TLS decryption on traffic to filter on attributes in the HTTP header.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tlsInterceptProperties
default CreateProxyRequest.Builder tlsInterceptProperties(Consumer<TlsInterceptPropertiesRequest.Builder> tlsInterceptProperties) TLS decryption on traffic to filter on attributes in the HTTP header.
This is a convenience method that creates an instance of theTlsInterceptPropertiesRequest.Builderavoiding the need to create one manually viaTlsInterceptPropertiesRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totlsInterceptProperties(TlsInterceptPropertiesRequest).- Parameters:
tlsInterceptProperties- a consumer that will call methods onTlsInterceptPropertiesRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The key:value pairs to associate with the resource.
- Parameters:
tags- The key:value pairs to associate with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs to associate with the resource.
- Parameters:
tags- The key:value pairs to associate with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs to associate with the resource.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateProxyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateProxyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-