public static interface IdFormat.Builder extends SdkPojo, CopyableBuilder<IdFormat.Builder,IdFormat>
Modifier and Type | Method and Description |
---|---|
IdFormat.Builder |
deadline(Instant 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
IdFormat.Builder deadline(Instant 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 © 2019. All rights reserved.