Interface ResourceSnapshotJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceSnapshotJobSummary.Builder,ResourceSnapshotJobSummary>,SdkBuilder<ResourceSnapshotJobSummary.Builder,ResourceSnapshotJobSummary>,SdkPojo
- Enclosing class:
- ResourceSnapshotJobSummary
public static interface ResourceSnapshotJobSummary.Builder extends SdkPojo, CopyableBuilder<ResourceSnapshotJobSummary.Builder,ResourceSnapshotJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceSnapshotJobSummary.Builderarn(String arn)The Amazon Resource Name (ARN) for the resource snapshot job.ResourceSnapshotJobSummary.BuilderengagementId(String engagementId)The unique identifier of the Engagement.ResourceSnapshotJobSummary.Builderid(String id)The unique identifier for the resource snapshot job within the AWS Partner Central system.ResourceSnapshotJobSummary.Builderstatus(String status)The current status of the snapshot job.ResourceSnapshotJobSummary.Builderstatus(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 Detail
-
arn
ResourceSnapshotJobSummary.Builder arn(String 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
ResourceSnapshotJobSummary.Builder engagementId(String 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
ResourceSnapshotJobSummary.Builder id(String 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
ResourceSnapshotJobSummary.Builder status(String 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:
ResourceSnapshotJobStatus,ResourceSnapshotJobStatus
-
-
status
ResourceSnapshotJobSummary.Builder status(ResourceSnapshotJobStatus 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:
ResourceSnapshotJobStatus,ResourceSnapshotJobStatus
-
-
-