Class AccessConfigResponse
- java.lang.Object
-
- software.amazon.awssdk.services.eks.model.AccessConfigResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccessConfigResponse.Builder,AccessConfigResponse>
@Generated("software.amazon.awssdk:codegen") public final class AccessConfigResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessConfigResponse.Builder,AccessConfigResponse>
The access configuration for the cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccessConfigResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationModeauthenticationMode()The current authentication mode of the cluster.StringauthenticationModeAsString()The current authentication mode of 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 AccessConfigResponse.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 AccessConfigResponse.Builder>serializableBuilderClass()AccessConfigResponse.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.
- Returns:
- Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.
-
authenticationMode
public final AuthenticationMode authenticationMode()
The current authentication mode of the cluster.
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 current authentication mode of the cluster.
- See Also:
AuthenticationMode
-
authenticationModeAsString
public final String authenticationModeAsString()
The current authentication mode of the cluster.
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 current authentication mode of the cluster.
- See Also:
AuthenticationMode
-
toBuilder
public AccessConfigResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccessConfigResponse.Builder,AccessConfigResponse>
-
builder
public static AccessConfigResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccessConfigResponse.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
-
-