Interface ListDevEndpointsResponse.Builder

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

public static interface ListDevEndpointsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListDevEndpointsResponse.Builder,ListDevEndpointsResponse>
  • Method Details

    • devEndpointNames

      ListDevEndpointsResponse.Builder devEndpointNames(Collection<String> devEndpointNames)

      The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

      Parameters:
      devEndpointNames - The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • devEndpointNames

      ListDevEndpointsResponse.Builder devEndpointNames(String... devEndpointNames)

      The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

      Parameters:
      devEndpointNames - The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A continuation token, if the returned list does not contain the last metric available.

      Parameters:
      nextToken - A continuation token, if the returned list does not contain the last metric available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.