public static interface DescribeEndpointSettingsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointSettingsResponse.Builder,DescribeEndpointSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointSettingsResponse.Builder |
endpointSettings(Collection<EndpointSetting> endpointSettings)
Descriptions of the endpoint settings available for your source or target database engine.
|
DescribeEndpointSettingsResponse.Builder |
endpointSettings(Consumer<EndpointSetting.Builder>... endpointSettings)
Descriptions of the endpoint settings available for your source or target database engine.
|
DescribeEndpointSettingsResponse.Builder |
endpointSettings(EndpointSetting... endpointSettings)
Descriptions of the endpoint settings available for your source or target database engine.
|
DescribeEndpointSettingsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointSettingsResponse.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
.DescribeEndpointSettingsResponse.Builder endpointSettings(Collection<EndpointSetting> endpointSettings)
Descriptions of the endpoint settings available for your source or target database engine.
endpointSettings - Descriptions of the endpoint settings available for your source or target database engine.DescribeEndpointSettingsResponse.Builder endpointSettings(EndpointSetting... endpointSettings)
Descriptions of the endpoint settings available for your source or target database engine.
endpointSettings - Descriptions of the endpoint settings available for your source or target database engine.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.Builder avoiding the need to
create one manually via
EndpointSetting.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #endpointSettings(List.
endpointSettings - a consumer that will call methods on
EndpointSetting.Builder#endpointSettings(java.util.Collection) Copyright © 2023. All rights reserved.