CopyableBuilder<DescribeEndpointTypesResponse.Builder,DescribeEndpointTypesResponse>
, SdkBuilder<DescribeEndpointTypesResponse.Builder,DescribeEndpointTypesResponse>
public static interface DescribeEndpointTypesResponse.Builder extends CopyableBuilder<DescribeEndpointTypesResponse.Builder,DescribeEndpointTypesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeEndpointTypesResponse.Builder |
marker(String marker) |
An optional pagination token provided by a previous request.
|
DescribeEndpointTypesResponse.Builder |
supportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes) |
The type of endpoints that are supported.
|
DescribeEndpointTypesResponse.Builder |
supportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes) |
The type of endpoints that are supported.
|
copy
apply, build
DescribeEndpointTypesResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeEndpointTypesResponse.Builder supportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)
The type of endpoints that are supported.
supportedEndpointTypes
- The type of endpoints that are supported.DescribeEndpointTypesResponse.Builder supportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes)
The type of endpoints that are supported.
NOTE: This method appends the values to the existing list (if any). Use
#setSupportedEndpointTypes(java.util.Collection)
or
#withSupportedEndpointTypes(java.util.Collection)
if you want to override the existing values.
supportedEndpointTypes
- The type of endpoints that are supported.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.