Interface DescribeDbProxyEndpointsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDbProxyEndpointsResponse.Builder,,DescribeDbProxyEndpointsResponse> RdsResponse.Builder,SdkBuilder<DescribeDbProxyEndpointsResponse.Builder,,DescribeDbProxyEndpointsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeDbProxyEndpointsResponse
public static interface DescribeDbProxyEndpointsResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbProxyEndpointsResponse.Builder,DescribeDbProxyEndpointsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondbProxyEndpoints(Collection<DBProxyEndpoint> dbProxyEndpoints) The list ofProxyEndpointobjects returned by the API operation.dbProxyEndpoints(Consumer<DBProxyEndpoint.Builder>... dbProxyEndpoints) The list ofProxyEndpointobjects returned by the API operation.dbProxyEndpoints(DBProxyEndpoint... dbProxyEndpoints) The list ofProxyEndpointobjects returned by the API operation.An optional pagination token provided by a previous request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.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
- 
dbProxyEndpoints
DescribeDbProxyEndpointsResponse.Builder dbProxyEndpoints(Collection<DBProxyEndpoint> dbProxyEndpoints) The list of
ProxyEndpointobjects returned by the API operation.- Parameters:
 dbProxyEndpoints- The list ofProxyEndpointobjects returned by the API operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dbProxyEndpoints
The list of
ProxyEndpointobjects returned by the API operation.- Parameters:
 dbProxyEndpoints- The list ofProxyEndpointobjects returned by the API operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dbProxyEndpoints
DescribeDbProxyEndpointsResponse.Builder dbProxyEndpoints(Consumer<DBProxyEndpoint.Builder>... dbProxyEndpoints) The list of
This is a convenience method that creates an instance of theProxyEndpointobjects returned by the API operation.DBProxyEndpoint.Builderavoiding the need to create one manually viaDBProxyEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbProxyEndpoints(List<DBProxyEndpoint>).- Parameters:
 dbProxyEndpoints- a consumer that will call methods onDBProxyEndpoint.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
 
 
 -