Interface DescribeEndpointTypesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEndpointTypesResponse.Builder,DescribeEndpointTypesResponse>,DatabaseMigrationResponse.Builder,SdkBuilder<DescribeEndpointTypesResponse.Builder,DescribeEndpointTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEndpointTypesResponse
public static interface DescribeEndpointTypesResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointTypesResponse.Builder,DescribeEndpointTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEndpointTypesResponse.Buildermarker(String marker)An optional pagination token provided by a previous request.DescribeEndpointTypesResponse.BuildersupportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)The types of endpoints that are supported.DescribeEndpointTypesResponse.BuildersupportedEndpointTypes(Consumer<SupportedEndpointType.Builder>... supportedEndpointTypes)The types of endpoints that are supported.DescribeEndpointTypesResponse.BuildersupportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes)The types of endpoints that are supported.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.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
-
marker
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.- Parameters:
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 byMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedEndpointTypes
DescribeEndpointTypesResponse.Builder supportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)
The types of endpoints that are supported.
- Parameters:
supportedEndpointTypes- The types of endpoints that are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedEndpointTypes
DescribeEndpointTypesResponse.Builder supportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes)
The types of endpoints that are supported.
- Parameters:
supportedEndpointTypes- The types of endpoints that are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedEndpointTypes
DescribeEndpointTypesResponse.Builder supportedEndpointTypes(Consumer<SupportedEndpointType.Builder>... supportedEndpointTypes)
The types of endpoints that are supported.
This is a convenience method that creates an instance of theSupportedEndpointType.Builderavoiding the need to create one manually viaSupportedEndpointType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#supportedEndpointTypes(List.) - Parameters:
supportedEndpointTypes- a consumer that will call methods onSupportedEndpointType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#supportedEndpointTypes(java.util.Collection)
-
-