Interface IngressPointAuthConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngressPointAuthConfiguration.Builder,IngressPointAuthConfiguration>,SdkBuilder<IngressPointAuthConfiguration.Builder,IngressPointAuthConfiguration>,SdkPojo
- Enclosing class:
- IngressPointAuthConfiguration
public static interface IngressPointAuthConfiguration.Builder extends SdkPojo, CopyableBuilder<IngressPointAuthConfiguration.Builder,IngressPointAuthConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IngressPointAuthConfiguration.BuilderingressPointPasswordConfiguration(Consumer<IngressPointPasswordConfiguration.Builder> ingressPointPasswordConfiguration)The ingress endpoint password configuration for the ingress endpoint resource.IngressPointAuthConfiguration.BuilderingressPointPasswordConfiguration(IngressPointPasswordConfiguration ingressPointPasswordConfiguration)The ingress endpoint password configuration for the ingress endpoint resource.IngressPointAuthConfiguration.BuildersecretArn(String secretArn)The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.-
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
-
ingressPointPasswordConfiguration
IngressPointAuthConfiguration.Builder ingressPointPasswordConfiguration(IngressPointPasswordConfiguration ingressPointPasswordConfiguration)
The ingress endpoint password configuration for the ingress endpoint resource.
- Parameters:
ingressPointPasswordConfiguration- The ingress endpoint password configuration for the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressPointPasswordConfiguration
default IngressPointAuthConfiguration.Builder ingressPointPasswordConfiguration(Consumer<IngressPointPasswordConfiguration.Builder> ingressPointPasswordConfiguration)
The ingress endpoint password configuration for the ingress endpoint resource.
This is a convenience method that creates an instance of theIngressPointPasswordConfiguration.Builderavoiding the need to create one manually viaIngressPointPasswordConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toingressPointPasswordConfiguration(IngressPointPasswordConfiguration).- Parameters:
ingressPointPasswordConfiguration- a consumer that will call methods onIngressPointPasswordConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ingressPointPasswordConfiguration(IngressPointPasswordConfiguration)
-
secretArn
IngressPointAuthConfiguration.Builder secretArn(String secretArn)
The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.
- Parameters:
secretArn- The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-