CopyableBuilder<IdFormat.Builder,IdFormat>, SdkBuilder<IdFormat.Builder,IdFormat>public static interface IdFormat.Builder extends CopyableBuilder<IdFormat.Builder,IdFormat>
| Modifier and Type | Method | Description |
|---|---|---|
IdFormat.Builder |
deadline(Date deadline) |
The date in UTC at which you are permanently switched over to using longer IDs.
|
IdFormat.Builder |
resource(String resource) |
The type of resource.
|
IdFormat.Builder |
useLongIds(Boolean useLongIds) |
Indicates whether longer IDs (17-character IDs) are enabled for the resource.
|
copyapply, buildIdFormat.Builder deadline(Date deadline)
The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.
deadline - The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not
yet available for this resource type, this field is not returned.IdFormat.Builder resource(String resource)
The type of resource.
resource - The type of resource.IdFormat.Builder useLongIds(Boolean useLongIds)
Indicates whether longer IDs (17-character IDs) are enabled for the resource.
useLongIds - Indicates whether longer IDs (17-character IDs) are enabled for the resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.