Interface ActionMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ActionMetadata.Builder,
,ActionMetadata> SdkBuilder<ActionMetadata.Builder,
,ActionMetadata> SdkPojo
- Enclosing class:
ActionMetadata
@Mutable
@NotThreadSafe
public static interface ActionMetadata.Builder
extends SdkPojo, CopyableBuilder<ActionMetadata.Builder,ActionMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionactionType
(String actionType) The type of action associated with the quantum task.executableCount
(Long executableCount) The number of executables in a program set.programCount
(Long programCount) The number of programs in a program set.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
-
actionType
The type of action associated with the quantum task.
- Parameters:
actionType
- The type of action associated with the quantum task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
programCount
The number of programs in a program set. This is only available for a Program Set.
- Parameters:
programCount
- The number of programs in a program set. This is only available for a Program Set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executableCount
The number of executables in a program set. This is only available for a Program Set.
- Parameters:
executableCount
- The number of executables in a program set. This is only available for a Program Set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-