public static interface ListDevEndpointsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListDevEndpointsResponse.Builder,ListDevEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDevEndpointsResponse.Builder |
devEndpointNames(Collection<String> devEndpointNames)
The names of all the
DevEndpoints in the account, or the DevEndpoints with the
specified tags. |
ListDevEndpointsResponse.Builder |
devEndpointNames(String... devEndpointNames)
The names of all the
DevEndpoints in the account, or the DevEndpoints with the
specified tags. |
ListDevEndpointsResponse.Builder |
nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevEndpointsResponse.Builder devEndpointNames(Collection<String> devEndpointNames)
The names of all the DevEndpoints in the account, or the DevEndpoints with the
specified tags.
devEndpointNames - The names of all the DevEndpoints in the account, or the DevEndpoints with
the specified tags.ListDevEndpointsResponse.Builder devEndpointNames(String... devEndpointNames)
The names of all the DevEndpoints in the account, or the DevEndpoints with the
specified tags.
devEndpointNames - The names of all the DevEndpoints in the account, or the DevEndpoints with
the specified tags.ListDevEndpointsResponse.Builder nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
nextToken - A continuation token, if the returned list does not contain the last metric available.Copyright © 2023. All rights reserved.