Interface CreateConfigurationSetResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateConfigurationSetResponse.Builder,CreateConfigurationSetResponse>, PinpointSmsVoiceV2Response.Builder, SdkBuilder<CreateConfigurationSetResponse.Builder,CreateConfigurationSetResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateConfigurationSetResponse

  • Method Details

    • 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

      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

      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

      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<Tag>).

      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:
    • 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.