public static interface EstimatedResourceSize.Builder extends SdkPojo, CopyableBuilder<EstimatedResourceSize.Builder,EstimatedResourceSize>
Modifier and Type | Method and Description |
---|---|
EstimatedResourceSize.Builder |
estimatedOn(Instant estimatedOn)
The time when the estimate of the size of the resource was made.
|
EstimatedResourceSize.Builder |
estimatedSizeInBytes(Double estimatedSizeInBytes)
The estimated size of the resource in bytes.
|
copy
applyMutation, build
EstimatedResourceSize.Builder estimatedSizeInBytes(Double estimatedSizeInBytes)
The estimated size of the resource in bytes.
estimatedSizeInBytes
- The estimated size of the resource in bytes.EstimatedResourceSize.Builder estimatedOn(Instant estimatedOn)
The time when the estimate of the size of the resource was made.
estimatedOn
- The time when the estimate of the size of the resource was made.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.