public static interface VpcPeeringConnectionStateReason.Builder extends CopyableBuilder<VpcPeeringConnectionStateReason.Builder,VpcPeeringConnectionStateReason>
| Modifier and Type | Method and Description |
|---|---|
VpcPeeringConnectionStateReason.Builder |
code(String code)
The status of the VPC peering connection.
|
VpcPeeringConnectionStateReason.Builder |
code(VpcPeeringConnectionStateReasonCode code)
The status of the VPC peering connection.
|
VpcPeeringConnectionStateReason.Builder |
message(String message)
A message that provides more information about the status, if applicable.
|
copyapply, buildVpcPeeringConnectionStateReason.Builder code(String code)
The status of the VPC peering connection.
code - The status of the VPC peering connection.VpcPeeringConnectionStateReasonCode,
VpcPeeringConnectionStateReasonCodeVpcPeeringConnectionStateReason.Builder code(VpcPeeringConnectionStateReasonCode code)
The status of the VPC peering connection.
code - The status of the VPC peering connection.VpcPeeringConnectionStateReasonCode,
VpcPeeringConnectionStateReasonCodeVpcPeeringConnectionStateReason.Builder message(String message)
A message that provides more information about the status, if applicable.
message - A message that provides more information about the status, if applicable.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.