Interface ListConfigurationSetsResponse.Builder

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

  • Method Details

    • configurationSets

      ListConfigurationSetsResponse.Builder configurationSets(Collection<String> configurationSets)

      An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.

      Parameters:
      configurationSets - An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configurationSets

      ListConfigurationSetsResponse.Builder configurationSets(String... configurationSets)

      An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.

      Parameters:
      configurationSets - An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter.

      Parameters:
      nextToken - A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.