public static interface AccessPreviewSummary.Builder extends SdkPojo, CopyableBuilder<AccessPreviewSummary.Builder,AccessPreviewSummary>
| Modifier and Type | Method and Description |
|---|---|
AccessPreviewSummary.Builder |
analyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
|
AccessPreviewSummary.Builder |
createdAt(Instant createdAt)
The time at which the access preview was created.
|
AccessPreviewSummary.Builder |
id(String id)
The unique ID for the access preview.
|
AccessPreviewSummary.Builder |
status(AccessPreviewStatus status)
The status of the access preview.
|
AccessPreviewSummary.Builder |
status(String status)
The status of the access preview.
|
AccessPreviewSummary.Builder |
statusReason(AccessPreviewStatusReason statusReason)
Sets the value of the StatusReason property for this object.
|
default AccessPreviewSummary.Builder |
statusReason(Consumer<AccessPreviewStatusReason.Builder> statusReason)
Sets the value of the StatusReason property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessPreviewSummary.Builder id(String id)
The unique ID for the access preview.
id - The unique ID for the access preview.AccessPreviewSummary.Builder analyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
analyzerArn - The ARN of the analyzer used to generate the access preview.AccessPreviewSummary.Builder createdAt(Instant createdAt)
The time at which the access preview was created.
createdAt - The time at which the access preview was created.AccessPreviewSummary.Builder status(String status)
The status of the access preview.
Creating - The access preview creation is in progress.
Completed - The access preview is complete and previews the findings for external access to the
resource.
Failed - The access preview creation has failed.
status - The status of the access preview.
Creating - The access preview creation is in progress.
Completed - The access preview is complete and previews the findings for external access
to the resource.
Failed - The access preview creation has failed.
AccessPreviewStatus,
AccessPreviewStatusAccessPreviewSummary.Builder status(AccessPreviewStatus status)
The status of the access preview.
Creating - The access preview creation is in progress.
Completed - The access preview is complete and previews the findings for external access to the
resource.
Failed - The access preview creation has failed.
status - The status of the access preview.
Creating - The access preview creation is in progress.
Completed - The access preview is complete and previews the findings for external access
to the resource.
Failed - The access preview creation has failed.
AccessPreviewStatus,
AccessPreviewStatusAccessPreviewSummary.Builder statusReason(AccessPreviewStatusReason statusReason)
statusReason - The new value for the StatusReason property for this object.default AccessPreviewSummary.Builder statusReason(Consumer<AccessPreviewStatusReason.Builder> statusReason)
AccessPreviewStatusReason.Builder
avoiding the need to create one manually via AccessPreviewStatusReason.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to statusReason(AccessPreviewStatusReason).
statusReason - a consumer that will call methods on AccessPreviewStatusReason.BuilderstatusReason(AccessPreviewStatusReason)Copyright © 2022. All rights reserved.