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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #endpointSettings(List) .endpointSettings - a consumer that will call methods on List.Builder #endpointSettings(List) Copyright © 2021. All rights reserved.