Interface VpcPeeringConnectionStateReason.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcPeeringConnectionStateReason.Builder,
,VpcPeeringConnectionStateReason> SdkBuilder<VpcPeeringConnectionStateReason.Builder,
,VpcPeeringConnectionStateReason> SdkPojo
- Enclosing class:
VpcPeeringConnectionStateReason
public static interface VpcPeeringConnectionStateReason.Builder
extends SdkPojo, CopyableBuilder<VpcPeeringConnectionStateReason.Builder,VpcPeeringConnectionStateReason>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the VPC peering connection.The status of the VPC peering connection.A message that provides more information about the status, if applicable.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
code
The status of the VPC peering connection.
- Parameters:
code
- The status of the VPC peering connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The status of the VPC peering connection.
- Parameters:
code
- The status of the VPC peering connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A message that provides more information about the status, if applicable.
- Parameters:
message
- A message that provides more information about the status, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-