Interface OperationEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OperationEntry.Builder,,OperationEntry> SdkBuilder<OperationEntry.Builder,,OperationEntry> SdkPojo
- Enclosing class:
OperationEntry
@Mutable
@NotThreadSafe
public static interface OperationEntry.Builder
extends SdkPojo, CopyableBuilder<OperationEntry.Builder,OperationEntry>
-
Method Summary
Modifier and TypeMethodDescriptionoperationId(String operationId) The unique identifier for the operation.operationType(String operationType) The type of operation.operationType(OperationType operationType) The type of operation.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
-
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:
-
operationId
The unique identifier for the operation.
- Parameters:
operationId- The unique identifier for the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-