Interface CapacityManagerMonitoredTagKey.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CapacityManagerMonitoredTagKey.Builder,,CapacityManagerMonitoredTagKey> SdkBuilder<CapacityManagerMonitoredTagKey.Builder,,CapacityManagerMonitoredTagKey> SdkPojo
- Enclosing class:
- CapacityManagerMonitoredTagKey
@Mutable
@NotThreadSafe
public static interface CapacityManagerMonitoredTagKey.Builder
extends SdkPojo, CopyableBuilder<CapacityManagerMonitoredTagKey.Builder,CapacityManagerMonitoredTagKey>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityManagerProvided(Boolean capacityManagerProvided) Indicates whether this tag key is provided by Capacity Manager by default, rather than being user-activated.earliestDatapointTimestamp(Instant earliestDatapointTimestamp) The earliest timestamp from which tag data is available for queries, in UTC ISO 8601 format.The current status of the monitored tag key.The current status of the monitored tag key.statusMessage(String statusMessage) A message providing additional details about the current status of the monitored tag key.The tag key being monitored.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tagKey
The tag key being monitored.
- Parameters:
tagKey- The tag key being monitored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the monitored tag key. Valid values are
activating,activated,deactivating, andsuspended.- Parameters:
status- The current status of the monitored tag key. Valid values areactivating,activated,deactivating, andsuspended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the monitored tag key. Valid values are
activating,activated,deactivating, andsuspended.- Parameters:
status- The current status of the monitored tag key. Valid values areactivating,activated,deactivating, andsuspended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
A message providing additional details about the current status of the monitored tag key.
- Parameters:
statusMessage- A message providing additional details about the current status of the monitored tag key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityManagerProvided
Indicates whether this tag key is provided by Capacity Manager by default, rather than being user-activated.
- Parameters:
capacityManagerProvided- Indicates whether this tag key is provided by Capacity Manager by default, rather than being user-activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
earliestDatapointTimestamp
CapacityManagerMonitoredTagKey.Builder earliestDatapointTimestamp(Instant earliestDatapointTimestamp) The earliest timestamp from which tag data is available for queries, in UTC ISO 8601 format.
- Parameters:
earliestDatapointTimestamp- The earliest timestamp from which tag data is available for queries, in UTC ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-