Class IngressPointAuthConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.mailmanager.model.IngressPointAuthConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngressPointAuthConfiguration.Builder,IngressPointAuthConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class IngressPointAuthConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngressPointAuthConfiguration.Builder,IngressPointAuthConfiguration>
The authentication configuration for the ingress endpoint resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngressPointAuthConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IngressPointAuthConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IngressPointPasswordConfigurationingressPointPasswordConfiguration()The ingress endpoint password configuration for the ingress endpoint resource.List<SdkField<?>>sdkFields()StringsecretArn()The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.static Class<? extends IngressPointAuthConfiguration.Builder>serializableBuilderClass()IngressPointAuthConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ingressPointPasswordConfiguration
public final IngressPointPasswordConfiguration ingressPointPasswordConfiguration()
The ingress endpoint password configuration for the ingress endpoint resource.
- Returns:
- The ingress endpoint password configuration for the ingress endpoint resource.
-
secretArn
public final String secretArn()
The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.
- Returns:
- The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.
-
toBuilder
public IngressPointAuthConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngressPointAuthConfiguration.Builder,IngressPointAuthConfiguration>
-
builder
public static IngressPointAuthConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends IngressPointAuthConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-