Interface ListConfigurationSetsResponse.Builder

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

  • Method Details

    • configurationSets

      ListConfigurationSetsResponse.Builder configurationSets(Collection<String> configurationSets)
      An object that contains a list of configuration sets for your account in the current region.
      Parameters:
      configurationSets - An object that contains a list of configuration sets for your account in the current region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configurationSets

      ListConfigurationSetsResponse.Builder configurationSets(String... configurationSets)
      An object that contains a list of configuration sets for your account in the current region.
      Parameters:
      configurationSets - An object that contains a list of configuration sets for your account in the current region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.
      Parameters:
      nextToken - A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.