Interface UpdateOdbPeeringConnectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateOdbPeeringConnectionResponse.Builder,
,UpdateOdbPeeringConnectionResponse> OdbResponse.Builder
,SdkBuilder<UpdateOdbPeeringConnectionResponse.Builder,
,UpdateOdbPeeringConnectionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateOdbPeeringConnectionResponse
@Mutable
@NotThreadSafe
public static interface UpdateOdbPeeringConnectionResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<UpdateOdbPeeringConnectionResponse.Builder,UpdateOdbPeeringConnectionResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName
(String displayName) The display name of the peering connection.odbPeeringConnectionId
(String odbPeeringConnectionId) The identifier of the Oracle Database@Amazon Web Services peering connection that was updated.The status of the peering connection update operation.status
(ResourceStatus status) The status of the peering connection update operation.statusReason
(String statusReason) Additional information about the status of the peering connection update operation.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 peering connection.
- Parameters:
displayName
- The display name of the peering connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the peering connection update operation.
- Parameters:
status
- The status of the peering connection update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the peering connection update operation.
- Parameters:
status
- The status of the peering connection update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Additional information about the status of the peering connection update operation.
- Parameters:
statusReason
- Additional information about the status of the peering connection update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
odbPeeringConnectionId
The identifier of the Oracle Database@Amazon Web Services peering connection that was updated.
- Parameters:
odbPeeringConnectionId
- The identifier of the Oracle Database@Amazon Web Services peering connection that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-