Interface CreateConfigurationRequest.Builder

    • Method Detail

      • description

        CreateConfigurationRequest.Builder description​(String description)

        The description of the configuration.

        Parameters:
        description -

        The description of the configuration.

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

        CreateConfigurationRequest.Builder kafkaVersions​(Collection<String> kafkaVersions)

        The versions of Apache Kafka with which you can use this MSK configuration.

        Parameters:
        kafkaVersions -

        The versions of Apache Kafka with which you can use this MSK configuration.

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

        CreateConfigurationRequest.Builder kafkaVersions​(String... kafkaVersions)

        The versions of Apache Kafka with which you can use this MSK configuration.

        Parameters:
        kafkaVersions -

        The versions of Apache Kafka with which you can use this MSK configuration.

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

        CreateConfigurationRequest.Builder name​(String name)

        The name of the configuration.

        Parameters:
        name -

        The name of the configuration.

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

        CreateConfigurationRequest.Builder serverProperties​(SdkBytes serverProperties)

        Contents of the server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents of server.properties can be in plaintext.

        Parameters:
        serverProperties -

        Contents of the server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents of server.properties can be in plaintext.

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