Interface ResourceSnapshotJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceSnapshotJobSummary.Builder,
,ResourceSnapshotJobSummary> SdkBuilder<ResourceSnapshotJobSummary.Builder,
,ResourceSnapshotJobSummary> SdkPojo
- Enclosing class:
ResourceSnapshotJobSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the resource snapshot job.engagementId
(String engagementId) The unique identifier of the Engagement.The unique identifier for the resource snapshot job within the AWS Partner Central system.The current status of the snapshot job.status
(ResourceSnapshotJobStatus status) The current status of the snapshot job.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
-
arn
The Amazon Resource Name (ARN) for the resource snapshot job.
- Parameters:
arn
- The Amazon Resource Name (ARN) for the resource snapshot job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementId
The unique identifier of the Engagement.
- Parameters:
engagementId
- The unique identifier of the Engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier for the resource snapshot job within the AWS Partner Central system. This ID is used for direct references to the job within the service.
- Parameters:
id
- The unique identifier for the resource snapshot job within the AWS Partner Central system. This ID is used for direct references to the job within the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the snapshot job.
Valid values:
-
STOPPED: The job is not currently running.
-
RUNNING: The job is actively executing.
- Parameters:
status
- The current status of the snapshot job.Valid values:
-
STOPPED: The job is not currently running.
-
RUNNING: The job is actively executing.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The current status of the snapshot job.
Valid values:
-
STOPPED: The job is not currently running.
-
RUNNING: The job is actively executing.
- Parameters:
status
- The current status of the snapshot job.Valid values:
-
STOPPED: The job is not currently running.
-
RUNNING: The job is actively executing.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-