Interface CreateOdbPeeringConnectionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateOdbPeeringConnectionResponse.Builder,,- CreateOdbPeeringConnectionResponse> - OdbResponse.Builder,- SdkBuilder<CreateOdbPeeringConnectionResponse.Builder,,- CreateOdbPeeringConnectionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateOdbPeeringConnectionResponse
@Mutable
@NotThreadSafe
public static interface CreateOdbPeeringConnectionResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<CreateOdbPeeringConnectionResponse.Builder,CreateOdbPeeringConnectionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondisplayName(String displayName) The display name of the ODB peering connection.odbPeeringConnectionId(String odbPeeringConnectionId) The unique identifier of the ODB peering connection.The status of the ODB peering connection.status(ResourceStatus status) The status of the ODB peering connection.statusReason(String statusReason) The reason for the current status of the ODB peering connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
displayNameThe display name of the ODB peering connection. - Parameters:
- displayName- The display name of the ODB peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the ODB peering connection. - Parameters:
- status- The status of the ODB peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the ODB peering connection. - Parameters:
- status- The status of the ODB peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonThe reason for the current status of the ODB peering connection. - Parameters:
- statusReason- The reason for the current status of the ODB peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
odbPeeringConnectionIdThe unique identifier of the ODB peering connection. - Parameters:
- odbPeeringConnectionId- The unique identifier of the ODB peering connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-