Interface IngressPointAuthConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngressPointAuthConfiguration.Builder,
,IngressPointAuthConfiguration> SdkBuilder<IngressPointAuthConfiguration.Builder,
,IngressPointAuthConfiguration> SdkPojo
- Enclosing class:
IngressPointAuthConfiguration
@Mutable
@NotThreadSafe
public static interface IngressPointAuthConfiguration.Builder
extends SdkPojo, CopyableBuilder<IngressPointAuthConfiguration.Builder,IngressPointAuthConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioningressPointPasswordConfiguration
(Consumer<IngressPointPasswordConfiguration.Builder> ingressPointPasswordConfiguration) The ingress endpoint password configuration for the ingress endpoint resource.ingressPointPasswordConfiguration
(IngressPointPasswordConfiguration ingressPointPasswordConfiguration) The ingress endpoint password configuration for the ingress endpoint resource.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.Builder
avoiding the need to create one manually viaIngressPointPasswordConfiguration.builder()
.When the
Consumer
completes,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:
-
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.
-