Interface GetDedicatedIpsResponse.Builder

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

public static interface GetDedicatedIpsResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetDedicatedIpsResponse.Builder,GetDedicatedIpsResponse>
  • Method Details

    • dedicatedIps

      A list of dedicated IP addresses that are associated with your Amazon Web Services account.

      Parameters:
      dedicatedIps - A list of dedicated IP addresses that are associated with your Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dedicatedIps

      GetDedicatedIpsResponse.Builder dedicatedIps(DedicatedIp... dedicatedIps)

      A list of dedicated IP addresses that are associated with your Amazon Web Services account.

      Parameters:
      dedicatedIps - A list of dedicated IP addresses that are associated with your Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dedicatedIps

      A list of dedicated IP addresses that are associated with your Amazon Web Services account.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dedicatedIps(List<DedicatedIp>).

      Parameters:
      dedicatedIps - a consumer that will call methods on DedicatedIp.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.

      Parameters:
      nextToken - A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.