Interface DescribeOptOutListsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeOptOutListsRequest.Builder,DescribeOptOutListsRequest>, PinpointSmsVoiceV2Request.Builder, SdkBuilder<DescribeOptOutListsRequest.Builder,DescribeOptOutListsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeOptOutListsRequest

  • Method Details

    • optOutListNames

      DescribeOptOutListsRequest.Builder optOutListNames(Collection<String> optOutListNames)

      The OptOutLists to show the details of. This is an array of strings that can be either the OptOutListName or OptOutListArn.

      Parameters:
      optOutListNames - The OptOutLists to show the details of. This is an array of strings that can be either the OptOutListName or OptOutListArn.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optOutListNames

      DescribeOptOutListsRequest.Builder optOutListNames(String... optOutListNames)

      The OptOutLists to show the details of. This is an array of strings that can be either the OptOutListName or OptOutListArn.

      Parameters:
      optOutListNames - The OptOutLists to show the details of. This is an array of strings that can be either the OptOutListName or OptOutListArn.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

      Parameters:
      nextToken - The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to return per each request.

      Parameters:
      maxResults - The maximum number of results to return per each request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeOptOutListsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.