public static interface DeregisterVolumeRequest.Builder extends OpsWorksRequest.Builder, CopyableBuilder<DeregisterVolumeRequest.Builder,DeregisterVolumeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterVolumeRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeregisterVolumeRequest.Builder |
volumeId(String volumeId)
The AWS OpsWorks Stacks volume ID, which is the GUID that AWS OpsWorks Stacks assigned to the instance when
you registered the volume with the stack, not the Amazon EC2 volume ID.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeregisterVolumeRequest.Builder volumeId(String volumeId)
The AWS OpsWorks Stacks volume ID, which is the GUID that AWS OpsWorks Stacks assigned to the instance when you registered the volume with the stack, not the Amazon EC2 volume ID.
volumeId - The AWS OpsWorks Stacks volume ID, which is the GUID that AWS OpsWorks Stacks assigned to the instance
when you registered the volume with the stack, not the Amazon EC2 volume ID.DeregisterVolumeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.