Interface CreateAccessConfigRequest.Builder

    • Method Detail

      • bootstrapClusterCreatorAdminPermissions

        CreateAccessConfigRequest.Builder bootstrapClusterCreatorAdminPermissions​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • authenticationMode

        CreateAccessConfigRequest.Builder authenticationMode​(String 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 is API_AND_CONFIG_MAP.

        Parameters:
        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 is API_AND_CONFIG_MAP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthenticationMode, AuthenticationMode
      • authenticationMode

        CreateAccessConfigRequest.Builder authenticationMode​(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 is API_AND_CONFIG_MAP.

        Parameters:
        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 is API_AND_CONFIG_MAP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthenticationMode, AuthenticationMode