Interface ControlOperationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ControlOperationSummary.Builder,
,ControlOperationSummary> SdkBuilder<ControlOperationSummary.Builder,
,ControlOperationSummary> SdkPojo
- Enclosing class:
ControlOperationSummary
@Mutable
@NotThreadSafe
public static interface ControlOperationSummary.Builder
extends SdkPojo, CopyableBuilder<ControlOperationSummary.Builder,ControlOperationSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncontrolIdentifier
(String controlIdentifier) ThecontrolIdentifier
of a control.enabledControlIdentifier
(String enabledControlIdentifier) ThecontrolIdentifier
of an enabled control.The time at which the control operation was completed.operationIdentifier
(String operationIdentifier) The unique identifier of a control operation.operationType
(String operationType) The type of operation.operationType
(ControlOperationType operationType) The type of operation.The time at which a control operation began.The status of the specified control operation.status
(ControlOperationStatus status) The status of the specified control operation.statusMessage
(String statusMessage) A speficic message displayed as part of the control status.targetIdentifier
(String targetIdentifier) The unique identifier of the target of a control operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
controlIdentifier
The
controlIdentifier
of a control.- Parameters:
controlIdentifier
- ThecontrolIdentifier
of a control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledControlIdentifier
The
controlIdentifier
of an enabled control.- Parameters:
enabledControlIdentifier
- ThecontrolIdentifier
of an enabled control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The time at which the control operation was completed.
- Parameters:
endTime
- The time at which the control operation was completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationIdentifier
The unique identifier of a control operation.
- Parameters:
operationIdentifier
- The unique identifier of a control operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationType
The type of operation.
- Parameters:
operationType
- The type of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationType
The type of operation.
- Parameters:
operationType
- The type of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTime
The time at which a control operation began.
- Parameters:
startTime
- The time at which a control operation began.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the specified control operation.
- Parameters:
status
- The status of the specified control operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the specified control operation.
- Parameters:
status
- The status of the specified control operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
A speficic message displayed as part of the control status.
- Parameters:
statusMessage
- A speficic message displayed as part of the control status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetIdentifier
The unique identifier of the target of a control operation.
- Parameters:
targetIdentifier
- The unique identifier of the target of a control operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-