public static interface ModifyIdFormatRequest.Builder extends EC2Request.Builder, CopyableBuilder<ModifyIdFormatRequest.Builder,ModifyIdFormatRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyIdFormatRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ModifyIdFormatRequest.Builder |
resource(String resource)
The type of resource:
instance | reservation | snapshot |
volume |
ModifyIdFormatRequest.Builder |
useLongIds(Boolean useLongIds)
Indicate whether the resource should use longer IDs (17-character IDs).
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildModifyIdFormatRequest.Builder resource(String resource)
The type of resource: instance | reservation | snapshot |
volume
resource - The type of resource: instance | reservation | snapshot |
volumeModifyIdFormatRequest.Builder useLongIds(Boolean useLongIds)
Indicate whether the resource should use longer IDs (17-character IDs).
useLongIds - Indicate whether the resource should use longer IDs (17-character IDs).ModifyIdFormatRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.