public static interface RemediationExecutionStatus.Builder extends SdkPojo, CopyableBuilder<RemediationExecutionStatus.Builder,RemediationExecutionStatus>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRemediationExecutionStatus.Builder resourceKey(ResourceKey resourceKey)
resourceKey - The new value for the ResourceKey property for this object.default RemediationExecutionStatus.Builder resourceKey(Consumer<ResourceKey.Builder> resourceKey)
ResourceKey.Builder avoiding the need to create
one manually via ResourceKey.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to resourceKey(ResourceKey).resourceKey - a consumer that will call methods on ResourceKey.BuilderresourceKey(ResourceKey)RemediationExecutionStatus.Builder state(String state)
ENUM of the values.
state - ENUM of the values.RemediationExecutionState,
RemediationExecutionStateRemediationExecutionStatus.Builder state(RemediationExecutionState state)
ENUM of the values.
state - ENUM of the values.RemediationExecutionState,
RemediationExecutionStateRemediationExecutionStatus.Builder stepDetails(Collection<RemediationExecutionStep> stepDetails)
Details of every step.
stepDetails - Details of every step.RemediationExecutionStatus.Builder stepDetails(RemediationExecutionStep... stepDetails)
Details of every step.
stepDetails - Details of every step.RemediationExecutionStatus.Builder stepDetails(Consumer<RemediationExecutionStep.Builder>... stepDetails)
Details of every step.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #stepDetails(List) .stepDetails - a consumer that will call methods on List.Builder #stepDetails(List) RemediationExecutionStatus.Builder invocationTime(Instant invocationTime)
Start time when the remediation was executed.
invocationTime - Start time when the remediation was executed.RemediationExecutionStatus.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time when the remediation execution was last updated.
lastUpdatedTime - The time when the remediation execution was last updated.Copyright © 2021. All rights reserved.