Interface ServerlessSasl.Builder

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

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

    • iam

      Indicates whether IAM access control is enabled.

      Parameters:
      iam -

      Indicates whether IAM access control is enabled.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iam

      Indicates whether IAM access control is enabled.

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

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

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