Interface EstimatedResourceSize.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EstimatedResourceSize.Builder,EstimatedResourceSize>,SdkBuilder<EstimatedResourceSize.Builder,EstimatedResourceSize>,SdkPojo
- Enclosing class:
- EstimatedResourceSize
public static interface EstimatedResourceSize.Builder extends SdkPojo, CopyableBuilder<EstimatedResourceSize.Builder,EstimatedResourceSize>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EstimatedResourceSize.BuilderestimatedOn(Instant estimatedOn)The time when the estimate of the size of the resource was made.EstimatedResourceSize.BuilderestimatedSizeInBytes(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, sdkFields
-
-
-
-
Method Detail
-
estimatedSizeInBytes
EstimatedResourceSize.Builder estimatedSizeInBytes(Double 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
EstimatedResourceSize.Builder estimatedOn(Instant 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.
-
-