Interface ApplicationOperationInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationOperationInfo.Builder,ApplicationOperationInfo>,SdkBuilder<ApplicationOperationInfo.Builder,ApplicationOperationInfo>,SdkPojo
- Enclosing class:
- ApplicationOperationInfo
public static interface ApplicationOperationInfo.Builder extends SdkPojo, CopyableBuilder<ApplicationOperationInfo.Builder,ApplicationOperationInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationOperationInfo.BuilderendTime(Instant endTime)The timestamp at which the operation finished for the applicationApplicationOperationInfo.Builderoperation(String operation)Sets the value of the Operation property for this object.ApplicationOperationInfo.BuilderoperationId(String operationId)Sets the value of the OperationId property for this object.ApplicationOperationInfo.BuilderoperationStatus(String operationStatus)Sets the value of the OperationStatus property for this object.ApplicationOperationInfo.BuilderoperationStatus(OperationStatus operationStatus)Sets the value of the OperationStatus property for this object.ApplicationOperationInfo.BuilderstartTime(Instant startTime)The timestamp at which the operation was created-
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, sdkFields
-
-
-
-
Method Detail
-
operation
ApplicationOperationInfo.Builder operation(String operation)
Sets the value of the Operation property for this object.- Parameters:
operation- The new value for the Operation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationId
ApplicationOperationInfo.Builder operationId(String operationId)
Sets the value of the OperationId property for this object.- Parameters:
operationId- The new value for the OperationId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
ApplicationOperationInfo.Builder startTime(Instant startTime)
The timestamp at which the operation was created- Parameters:
startTime- The timestamp at which the operation was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
ApplicationOperationInfo.Builder endTime(Instant endTime)
The timestamp at which the operation finished for the application- Parameters:
endTime- The timestamp at which the operation finished for the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationStatus
ApplicationOperationInfo.Builder operationStatus(String operationStatus)
Sets the value of the OperationStatus property for this object.- Parameters:
operationStatus- The new value for the OperationStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperationStatus,OperationStatus
-
operationStatus
ApplicationOperationInfo.Builder operationStatus(OperationStatus operationStatus)
Sets the value of the OperationStatus property for this object.- Parameters:
operationStatus- The new value for the OperationStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperationStatus,OperationStatus
-
-