public static interface DiscoveryJobListEntry.Builder extends SdkPojo, CopyableBuilder<DiscoveryJobListEntry.Builder,DiscoveryJobListEntry>
| Modifier and Type | Method and Description |
|---|---|
DiscoveryJobListEntry.Builder |
discoveryJobArn(String discoveryJobArn)
The Amazon Resource Name (ARN) of a discovery job.
|
DiscoveryJobListEntry.Builder |
status(DiscoveryJobStatus status)
The status of a discovery job.
|
DiscoveryJobListEntry.Builder |
status(String status)
The status of a discovery job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDiscoveryJobListEntry.Builder discoveryJobArn(String discoveryJobArn)
The Amazon Resource Name (ARN) of a discovery job.
discoveryJobArn - The Amazon Resource Name (ARN) of a discovery job.DiscoveryJobListEntry.Builder status(String status)
The status of a discovery job. For more information, see Discovery job statuses.
status - The status of a discovery job. For more information, see Discovery job statuses.DiscoveryJobStatus,
DiscoveryJobStatusDiscoveryJobListEntry.Builder status(DiscoveryJobStatus status)
The status of a discovery job. For more information, see Discovery job statuses.
status - The status of a discovery job. For more information, see Discovery job statuses.DiscoveryJobStatus,
DiscoveryJobStatusCopyright © 2023. All rights reserved.