Interface DescribeStorageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeStorageResponse.Builder,DescribeStorageResponse>
,RedshiftResponse.Builder
,SdkBuilder<DescribeStorageResponse.Builder,DescribeStorageResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeStorageResponse
public static interface DescribeStorageResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeStorageResponse.Builder,DescribeStorageResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeStorageResponse.Builder
totalBackupSizeInMegaBytes(Double totalBackupSizeInMegaBytes)
The total amount of storage currently used for snapshots.DescribeStorageResponse.Builder
totalProvisionedStorageInMegaBytes(Double totalProvisionedStorageInMegaBytes)
The total amount of storage currently provisioned.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
totalBackupSizeInMegaBytes
DescribeStorageResponse.Builder totalBackupSizeInMegaBytes(Double totalBackupSizeInMegaBytes)
The total amount of storage currently used for snapshots.
- Parameters:
totalBackupSizeInMegaBytes
- The total amount of storage currently used for snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalProvisionedStorageInMegaBytes
DescribeStorageResponse.Builder totalProvisionedStorageInMegaBytes(Double totalProvisionedStorageInMegaBytes)
The total amount of storage currently provisioned.
- Parameters:
totalProvisionedStorageInMegaBytes
- The total amount of storage currently provisioned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-