public static interface DeregisterVolumeRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<DeregisterVolumeRequest.Builder,DeregisterVolumeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterVolumeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeregisterVolumeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeregisterVolumeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.