Interface ConfirmCustomerAgreementResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ConfirmCustomerAgreementResponse.Builder,ConfirmCustomerAgreementResponse>,DirectConnectResponse.Builder,SdkBuilder<ConfirmCustomerAgreementResponse.Builder,ConfirmCustomerAgreementResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ConfirmCustomerAgreementResponse
public static interface ConfirmCustomerAgreementResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<ConfirmCustomerAgreementResponse.Builder,ConfirmCustomerAgreementResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfirmCustomerAgreementResponse.Builderstatus(String status)The status of the customer agreement when the connection was created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
ConfirmCustomerAgreementResponse.Builder status(String status)
The status of the customer agreement when the connection was created. This will be either
signedorunsigned.- Parameters:
status- The status of the customer agreement when the connection was created. This will be eithersignedorunsigned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-