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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.odb.model.OdbResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
displayName
The 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.
-
status
The status of the ODB peering connection.
Valid Values:
provisioning | active | terminating | terminated | failed
- Parameters:
status
- The status of the ODB peering connection.Valid Values:
provisioning | active | terminating | terminated | failed
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the ODB peering connection.
Valid Values:
provisioning | active | terminating | terminated | failed
- Parameters:
status
- The status of the ODB peering connection.Valid Values:
provisioning | active | terminating | terminated | failed
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The 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.
-
odbPeeringConnectionId
The 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.
-