Interface AccessPoliciesStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AccessPoliciesStatus.Builder,AccessPoliciesStatus>, SdkBuilder<AccessPoliciesStatus.Builder,AccessPoliciesStatus>, SdkPojo
Enclosing class:
AccessPoliciesStatus

public static interface AccessPoliciesStatus.Builder extends SdkPojo, CopyableBuilder<AccessPoliciesStatus.Builder,AccessPoliciesStatus>
  • Method Details

    • options

      The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

      Parameters:
      options - The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

      Parameters:
      status - The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

      This is a convenience method that creates an instance of the OptionStatus.Builder avoiding the need to create one manually via OptionStatus.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to status(OptionStatus).

      Parameters:
      status - a consumer that will call methods on OptionStatus.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: