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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDevEndpointsResponse.BuilderdevEndpointNames(String... devEndpointNames)The names of all theDevEndpoints in the account, or theDevEndpoints with the specified tags.ListDevEndpointsResponse.BuilderdevEndpointNames(Collection<String> devEndpointNames)The names of all theDevEndpoints in the account, or theDevEndpoints with the specified tags.ListDevEndpointsResponse.BuildernextToken(String nextToken)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 Detail
-
devEndpointNames
ListDevEndpointsResponse.Builder devEndpointNames(Collection<String> devEndpointNames)
The names of all the
DevEndpoints in the account, or theDevEndpoints with the specified tags.- Parameters:
devEndpointNames- The names of all theDevEndpoints in the account, or theDevEndpoints 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 theDevEndpoints with the specified tags.- Parameters:
devEndpointNames- The names of all theDevEndpoints in the account, or theDevEndpoints with the specified tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDevEndpointsResponse.Builder nextToken(String 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.
-
-