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 Summary
Modifier and TypeMethodDescriptiondevEndpointNames
(String... devEndpointNames) The names of all theDevEndpoint
s in the account, or theDevEndpoint
s with the specified tags.devEndpointNames
(Collection<String> devEndpointNames) The names of all theDevEndpoint
s in the account, or theDevEndpoint
s with the specified tags.A continuation token, if the returned list does not contain the last metric available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
devEndpointNames
The names of all the
DevEndpoint
s in the account, or theDevEndpoint
s with the specified tags.- Parameters:
devEndpointNames
- The names of all theDevEndpoint
s in the account, or theDevEndpoint
s with the specified tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
devEndpointNames
The names of all the
DevEndpoint
s in the account, or theDevEndpoint
s with the specified tags.- Parameters:
devEndpointNames
- The names of all theDevEndpoint
s in the account, or theDevEndpoint
s 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.
-