Interface IdFormat.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<IdFormat.Builder,,IdFormat> SdkBuilder<IdFormat.Builder,,IdFormat> SdkPojo
- Enclosing class:
 IdFormat
@Mutable
@NotThreadSafe
public static interface IdFormat.Builder
extends SdkPojo, CopyableBuilder<IdFormat.Builder,IdFormat> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe date in UTC at which you are permanently switched over to using longer IDs.The type of resource.useLongIds(Boolean useLongIds) Indicates whether longer IDs (17-character IDs) are enabled for the resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resource
The type of resource.
- Parameters:
 resource- The type of resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
useLongIds
Indicates whether longer IDs (17-character IDs) are enabled for the resource.
- Parameters:
 useLongIds- Indicates whether longer IDs (17-character IDs) are enabled for the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -