Interface CreateConfigurationSetResponse.Builder

    • Method Detail

      • configurationSetArn

        CreateConfigurationSetResponse.Builder configurationSetArn​(String configurationSetArn)

        The Amazon Resource Name (ARN) of the newly created configuration set.

        Parameters:
        configurationSetArn - The Amazon Resource Name (ARN) of the newly created configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationSetName

        CreateConfigurationSetResponse.Builder configurationSetName​(String configurationSetName)

        The name of the new configuration set.

        Parameters:
        configurationSetName - The name of the new configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateConfigurationSetResponse.Builder tags​(Collection<Tag> tags)

        An array of key and value pair tags that's associated with the configuration set.

        Parameters:
        tags - An array of key and value pair tags that's associated with the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateConfigurationSetResponse.Builder tags​(Tag... tags)

        An array of key and value pair tags that's associated with the configuration set.

        Parameters:
        tags - An array of key and value pair tags that's associated with the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateConfigurationSetResponse.Builder tags​(Consumer<Tag.Builder>... tags)

        An array of key and value pair tags that's associated with the configuration set.

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

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tags(java.util.Collection)
      • createdTimestamp

        CreateConfigurationSetResponse.Builder createdTimestamp​(Instant createdTimestamp)

        The time when the configuration set was created, in UNIX epoch time format.

        Parameters:
        createdTimestamp - The time when the configuration set was created, in UNIX epoch time format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.