Interface DescribeEndpointTypesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEndpointTypesResponse.Builder,,DescribeEndpointTypesResponse> DatabaseMigrationResponse.Builder,SdkBuilder<DescribeEndpointTypesResponse.Builder,,DescribeEndpointTypesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEndpointTypesResponse
@Mutable
@NotThreadSafe
public static interface DescribeEndpointTypesResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointTypesResponse.Builder,DescribeEndpointTypesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAn optional pagination token provided by a previous request.supportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes) The types of endpoints that are supported.supportedEndpointTypes(Consumer<SupportedEndpointType.Builder>... supportedEndpointTypes) The types of endpoints that are supported.supportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes) The types of endpoints that are supported.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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 tosupportedEndpointTypes(List<SupportedEndpointType>).- 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:
-