Interface DescribeEndpointSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEndpointSettingsResponse.Builder,DescribeEndpointSettingsResponse>,DatabaseMigrationResponse.Builder,SdkBuilder<DescribeEndpointSettingsResponse.Builder,DescribeEndpointSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEndpointSettingsResponse
public static interface DescribeEndpointSettingsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointSettingsResponse.Builder,DescribeEndpointSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEndpointSettingsResponse.BuilderendpointSettings(Collection<EndpointSetting> endpointSettings)Descriptions of the endpoint settings available for your source or target database engine.DescribeEndpointSettingsResponse.BuilderendpointSettings(Consumer<EndpointSetting.Builder>... endpointSettings)Descriptions of the endpoint settings available for your source or target database engine.DescribeEndpointSettingsResponse.BuilderendpointSettings(EndpointSetting... endpointSettings)Descriptions of the endpoint settings available for your source or target database engine.DescribeEndpointSettingsResponse.Buildermarker(String marker)An optional pagination token provided by a previous request.-
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
DescribeEndpointSettingsResponse.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.
-
endpointSettings
DescribeEndpointSettingsResponse.Builder endpointSettings(Collection<EndpointSetting> endpointSettings)
Descriptions of the endpoint settings available for your source or target database engine.
- Parameters:
endpointSettings- Descriptions of the endpoint settings available for your source or target database engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointSettings
DescribeEndpointSettingsResponse.Builder endpointSettings(EndpointSetting... endpointSettings)
Descriptions of the endpoint settings available for your source or target database engine.
- Parameters:
endpointSettings- Descriptions of the endpoint settings available for your source or target database engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointSettings
DescribeEndpointSettingsResponse.Builder endpointSettings(Consumer<EndpointSetting.Builder>... endpointSettings)
Descriptions of the endpoint settings available for your source or target database engine.
This is a convenience method that creates an instance of theEndpointSetting.Builderavoiding the need to create one manually viaEndpointSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#endpointSettings(List.) - Parameters:
endpointSettings- a consumer that will call methods onEndpointSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#endpointSettings(java.util.Collection)
-
-