public static interface ModifyIdFormatRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ModifyIdFormatRequest.Builder,ModifyIdFormatRequest>
| Modifier and Type | Method and Description |
|---|---|
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).
|
copyapply, 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).Copyright © 2017. All rights reserved.