Class CreateAccessConfigRequest
- java.lang.Object
-
- software.amazon.awssdk.services.eks.model.CreateAccessConfigRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreateAccessConfigRequest.Builder,CreateAccessConfigRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateAccessConfigRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateAccessConfigRequest.Builder,CreateAccessConfigRequest>
The access configuration information for the cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateAccessConfigRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationModeauthenticationMode()The desired authentication mode for the cluster.StringauthenticationModeAsString()The desired authentication mode for the cluster.BooleanbootstrapClusterCreatorAdminPermissions()Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.static CreateAccessConfigRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateAccessConfigRequest.Builder>serializableBuilderClass()CreateAccessConfigRequest.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
-
bootstrapClusterCreatorAdminPermissions
public final Boolean bootstrapClusterCreatorAdminPermissions()
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time. The default value is
true.- Returns:
- Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during
cluster creation time. The default value is
true.
-
authenticationMode
public final AuthenticationMode authenticationMode()
The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon Web Services SDKs, or CloudFormation, the default is
CONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value isAPI_AND_CONFIG_MAP.If the service returns an enum value that is not available in the current SDK version,
authenticationModewill returnAuthenticationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthenticationModeAsString().- Returns:
- The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon Web
Services SDKs, or CloudFormation, the default is
CONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value isAPI_AND_CONFIG_MAP. - See Also:
AuthenticationMode
-
authenticationModeAsString
public final String authenticationModeAsString()
The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon Web Services SDKs, or CloudFormation, the default is
CONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value isAPI_AND_CONFIG_MAP.If the service returns an enum value that is not available in the current SDK version,
authenticationModewill returnAuthenticationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthenticationModeAsString().- Returns:
- The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon Web
Services SDKs, or CloudFormation, the default is
CONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value isAPI_AND_CONFIG_MAP. - See Also:
AuthenticationMode
-
toBuilder
public CreateAccessConfigRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateAccessConfigRequest.Builder,CreateAccessConfigRequest>
-
builder
public static CreateAccessConfigRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateAccessConfigRequest.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-