Interface CreateDbProxyEndpointResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateDbProxyEndpointResponse.Builder,CreateDbProxyEndpointResponse>, RdsResponse.Builder, SdkBuilder<CreateDbProxyEndpointResponse.Builder,CreateDbProxyEndpointResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateDbProxyEndpointResponse

public static interface CreateDbProxyEndpointResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateDbProxyEndpointResponse.Builder,CreateDbProxyEndpointResponse>
  • Method Details

    • dbProxyEndpoint

      CreateDbProxyEndpointResponse.Builder dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)

      The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you create might provide capabilities such as read/write or read-only operations, or using a different VPC than the proxy's default VPC.

      Parameters:
      dbProxyEndpoint - The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you create might provide capabilities such as read/write or read-only operations, or using a different VPC than the proxy's default VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbProxyEndpoint

      default CreateDbProxyEndpointResponse.Builder dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint)

      The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you create might provide capabilities such as read/write or read-only operations, or using a different VPC than the proxy's default VPC.

      This is a convenience method that creates an instance of the DBProxyEndpoint.Builder avoiding the need to create one manually via DBProxyEndpoint.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dbProxyEndpoint(DBProxyEndpoint).

      Parameters:
      dbProxyEndpoint - a consumer that will call methods on DBProxyEndpoint.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: