Interface GetCapacityManagerAttributesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetCapacityManagerAttributesResponse.Builder,
,GetCapacityManagerAttributesResponse> Ec2Response.Builder
,SdkBuilder<GetCapacityManagerAttributesResponse.Builder,
,GetCapacityManagerAttributesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetCapacityManagerAttributesResponse
-
Method Summary
Modifier and TypeMethodDescriptioncapacityManagerStatus
(String capacityManagerStatus) The current status of Capacity Manager.capacityManagerStatus
(CapacityManagerStatus capacityManagerStatus) The current status of Capacity Manager.dataExportCount
(Integer dataExportCount) The number of active data export configurations for this account.earliestDatapointTimestamp
(Instant earliestDatapointTimestamp) The timestamp of the earliest data point available in Capacity Manager, in milliseconds since epoch.ingestionStatus
(String ingestionStatus) The current data ingestion status.ingestionStatus
(IngestionStatus ingestionStatus) The current data ingestion status.ingestionStatusMessage
(String ingestionStatusMessage) A descriptive message providing additional details about the current ingestion status.latestDatapointTimestamp
(Instant latestDatapointTimestamp) The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch.organizationsAccess
(Boolean organizationsAccess) Indicates whether Organizations access is enabled for cross-account data aggregation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
capacityManagerStatus
The current status of Capacity Manager.
- Parameters:
capacityManagerStatus
- The current status of Capacity Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
capacityManagerStatus
GetCapacityManagerAttributesResponse.Builder capacityManagerStatus(CapacityManagerStatus capacityManagerStatus) The current status of Capacity Manager.
- Parameters:
capacityManagerStatus
- The current status of Capacity Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
organizationsAccess
Indicates whether Organizations access is enabled for cross-account data aggregation.
- Parameters:
organizationsAccess
- Indicates whether Organizations access is enabled for cross-account data aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataExportCount
The number of active data export configurations for this account. This count includes all data exports regardless of their current delivery status.
- Parameters:
dataExportCount
- The number of active data export configurations for this account. This count includes all data exports regardless of their current delivery status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionStatus
The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.
- Parameters:
ingestionStatus
- The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ingestionStatus
The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.
- Parameters:
ingestionStatus
- The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ingestionStatusMessage
A descriptive message providing additional details about the current ingestion status. This may include error information if ingestion has failed or progress details during initial setup.
- Parameters:
ingestionStatusMessage
- A descriptive message providing additional details about the current ingestion status. This may include error information if ingestion has failed or progress details during initial setup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
earliestDatapointTimestamp
GetCapacityManagerAttributesResponse.Builder earliestDatapointTimestamp(Instant earliestDatapointTimestamp) The timestamp of the earliest data point available in Capacity Manager, in milliseconds since epoch. This indicates how far back historical data is available for queries.
- Parameters:
earliestDatapointTimestamp
- The timestamp of the earliest data point available in Capacity Manager, in milliseconds since epoch. This indicates how far back historical data is available for queries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestDatapointTimestamp
GetCapacityManagerAttributesResponse.Builder latestDatapointTimestamp(Instant latestDatapointTimestamp) The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch. This indicates how current your capacity data is.
- Parameters:
latestDatapointTimestamp
- The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch. This indicates how current your capacity data is.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-