Interface DisassociateGatewayFromServerResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,BackupGatewayResponse.Builder,Buildable,CopyableBuilder<DisassociateGatewayFromServerResponse.Builder,,DisassociateGatewayFromServerResponse> SdkBuilder<DisassociateGatewayFromServerResponse.Builder,,DisassociateGatewayFromServerResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DisassociateGatewayFromServerResponse
public static interface DisassociateGatewayFromServerResponse.Builder
extends BackupGatewayResponse.Builder, SdkPojo, CopyableBuilder<DisassociateGatewayFromServerResponse.Builder,DisassociateGatewayFromServerResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiongatewayArn(String gatewayArn) The Amazon Resource Name (ARN) of the gateway you disassociated.Methods inherited from interface software.amazon.awssdk.services.backupgateway.model.BackupGatewayResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
gatewayArn
The Amazon Resource Name (ARN) of the gateway you disassociated.
- Parameters:
 gatewayArn- The Amazon Resource Name (ARN) of the gateway you disassociated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -