Interface GetCapacityManagerAttributesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCapacityManagerAttributesResponse.Builder,GetCapacityManagerAttributesResponse>,Ec2Response.Builder,SdkBuilder<GetCapacityManagerAttributesResponse.Builder,GetCapacityManagerAttributesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCapacityManagerAttributesResponse
@Mutable @NotThreadSafe public static interface GetCapacityManagerAttributesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetCapacityManagerAttributesResponse.Builder,GetCapacityManagerAttributesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCapacityManagerAttributesResponse.BuildercapacityManagerStatus(String capacityManagerStatus)The current status of Capacity Manager.GetCapacityManagerAttributesResponse.BuildercapacityManagerStatus(CapacityManagerStatus capacityManagerStatus)The current status of Capacity Manager.GetCapacityManagerAttributesResponse.BuilderdataExportCount(Integer dataExportCount)The number of active data export configurations for this account.GetCapacityManagerAttributesResponse.BuilderearliestDatapointTimestamp(Instant earliestDatapointTimestamp)The timestamp of the earliest data point available in Capacity Manager, in milliseconds since epoch.GetCapacityManagerAttributesResponse.BuilderingestionStatus(String ingestionStatus)The current data ingestion status.GetCapacityManagerAttributesResponse.BuilderingestionStatus(IngestionStatus ingestionStatus)The current data ingestion status.GetCapacityManagerAttributesResponse.BuilderingestionStatusMessage(String ingestionStatusMessage)A descriptive message providing additional details about the current ingestion status.GetCapacityManagerAttributesResponse.BuilderlatestDatapointTimestamp(Instant latestDatapointTimestamp)The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch.GetCapacityManagerAttributesResponse.BuilderorganizationsAccess(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 Detail
-
capacityManagerStatus
GetCapacityManagerAttributesResponse.Builder capacityManagerStatus(String 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,CapacityManagerStatus
-
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:
CapacityManagerStatus,CapacityManagerStatus
-
organizationsAccess
GetCapacityManagerAttributesResponse.Builder organizationsAccess(Boolean 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
GetCapacityManagerAttributesResponse.Builder dataExportCount(Integer 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
GetCapacityManagerAttributesResponse.Builder ingestionStatus(String 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,IngestionStatus
-
ingestionStatus
GetCapacityManagerAttributesResponse.Builder ingestionStatus(IngestionStatus 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,IngestionStatus
-
ingestionStatusMessage
GetCapacityManagerAttributesResponse.Builder ingestionStatusMessage(String 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.
-
-