Interface DescribeEndpointsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEndpointsResponse.Builder,DescribeEndpointsResponse>,MediaConvertResponse.Builder,SdkBuilder<DescribeEndpointsResponse.Builder,DescribeEndpointsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEndpointsResponse
public static interface DescribeEndpointsResponse.Builder extends MediaConvertResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointsResponse.Builder,DescribeEndpointsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEndpointsResponse.Builderendpoints(Collection<Endpoint> endpoints)List of endpointsDescribeEndpointsResponse.Builderendpoints(Consumer<Endpoint.Builder>... endpoints)List of endpoints This is a convenience method that creates an instance of theEndpoint.Builderavoiding the need to create one manually viaEndpoint.builder().DescribeEndpointsResponse.Builderendpoints(Endpoint... endpoints)List of endpointsDescribeEndpointsResponse.BuildernextToken(String nextToken)Use this string to request the next batch of endpoints.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediaconvert.model.MediaConvertResponse.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
-
endpoints
DescribeEndpointsResponse.Builder endpoints(Collection<Endpoint> endpoints)
List of endpoints- Parameters:
endpoints- List of endpoints- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
DescribeEndpointsResponse.Builder endpoints(Endpoint... endpoints)
List of endpoints- Parameters:
endpoints- List of endpoints- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
DescribeEndpointsResponse.Builder endpoints(Consumer<Endpoint.Builder>... endpoints)
List of endpoints This is a convenience method that creates an instance of theEndpoint.Builderavoiding the need to create one manually viaEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#endpoints(List.) - Parameters:
endpoints- a consumer that will call methods onEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#endpoints(java.util.Collection)
-
nextToken
DescribeEndpointsResponse.Builder nextToken(String nextToken)
Use this string to request the next batch of endpoints.- Parameters:
nextToken- Use this string to request the next batch of endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-