Interface DeleteConfigurationResponse.Builder

    • Method Detail

      • arn

        DeleteConfigurationResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

        Parameters:
        arn -

        The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

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

        DeleteConfigurationResponse.Builder state​(String state)

        The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.

        Parameters:
        state -

        The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConfigurationState, ConfigurationState