Interface ApplicationSettingsResponse.Builder

    • Method Detail

      • settingsGroup

        ApplicationSettingsResponse.Builder settingsGroup​(String settingsGroup)

        The path prefix for the S3 bucket where users’ persistent application settings are stored.

        Parameters:
        settingsGroup - The path prefix for the S3 bucket where users’ persistent application settings are stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3BucketName

        ApplicationSettingsResponse.Builder s3BucketName​(String s3BucketName)

        The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an Amazon Web Services Region, an S3 bucket is created. The bucket is unique to the Amazon Web Services account and the Region.

        Parameters:
        s3BucketName - The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an Amazon Web Services Region, an S3 bucket is created. The bucket is unique to the Amazon Web Services account and the Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.