Interface EstimatedResourceSize.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EstimatedResourceSize.Builder,
,EstimatedResourceSize> SdkBuilder<EstimatedResourceSize.Builder,
,EstimatedResourceSize> SdkPojo
- Enclosing class:
EstimatedResourceSize
@Mutable
@NotThreadSafe
public static interface EstimatedResourceSize.Builder
extends SdkPojo, CopyableBuilder<EstimatedResourceSize.Builder,EstimatedResourceSize>
-
Method Summary
Modifier and TypeMethodDescriptionestimatedOn
(Instant estimatedOn) The time when the estimate of the size of the resource was made.estimatedSizeInBytes
(Double estimatedSizeInBytes) The estimated size of the resource, in bytes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
estimatedSizeInBytes
The estimated size of the resource, in bytes.
- Parameters:
estimatedSizeInBytes
- The estimated size of the resource, in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
estimatedOn
The time when the estimate of the size of the resource was made.
- Parameters:
estimatedOn
- The time when the estimate of the size of the resource was made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-