public static interface AnalyzerSummary.Builder extends SdkPojo, CopyableBuilder<AnalyzerSummary.Builder,AnalyzerSummary>
| Modifier and Type | Method and Description |
|---|---|
AnalyzerSummary.Builder |
arn(String arn)
The ARN of the analyzer.
|
AnalyzerSummary.Builder |
createdAt(Instant createdAt)
A timestamp for the time at which the analyzer was created.
|
AnalyzerSummary.Builder |
lastResourceAnalyzed(String lastResourceAnalyzed)
The resource that was most recently analyzed by the analyzer.
|
AnalyzerSummary.Builder |
lastResourceAnalyzedAt(Instant lastResourceAnalyzedAt)
The time at which the most recently analyzed resource was analyzed.
|
AnalyzerSummary.Builder |
name(String name)
The name of the analyzer.
|
AnalyzerSummary.Builder |
status(AnalyzerStatus status)
The status of the analyzer.
|
AnalyzerSummary.Builder |
status(String status)
The status of the analyzer.
|
default AnalyzerSummary.Builder |
statusReason(Consumer<StatusReason.Builder> statusReason)
The
statusReason provides more details about the current status of the analyzer. |
AnalyzerSummary.Builder |
statusReason(StatusReason statusReason)
The
statusReason provides more details about the current status of the analyzer. |
AnalyzerSummary.Builder |
tags(Map<String,String> tags)
The tags added to the analyzer.
|
AnalyzerSummary.Builder |
type(String type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
|
AnalyzerSummary.Builder |
type(Type type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyzerSummary.Builder arn(String arn)
The ARN of the analyzer.
arn - The ARN of the analyzer.AnalyzerSummary.Builder createdAt(Instant createdAt)
A timestamp for the time at which the analyzer was created.
createdAt - A timestamp for the time at which the analyzer was created.AnalyzerSummary.Builder lastResourceAnalyzed(String lastResourceAnalyzed)
The resource that was most recently analyzed by the analyzer.
lastResourceAnalyzed - The resource that was most recently analyzed by the analyzer.AnalyzerSummary.Builder lastResourceAnalyzedAt(Instant lastResourceAnalyzedAt)
The time at which the most recently analyzed resource was analyzed.
lastResourceAnalyzedAt - The time at which the most recently analyzed resource was analyzed.AnalyzerSummary.Builder name(String name)
The name of the analyzer.
name - The name of the analyzer.AnalyzerSummary.Builder status(String status)
The status of the analyzer. An Active analyzer successfully monitors supported resources and
generates new findings. The analyzer is Disabled when a user action, such as removing trusted
access for Identity and Access Management Access Analyzer from Organizations, causes the analyzer to stop
generating new findings. The status is Creating when the analyzer creation is in progress and
Failed when the analyzer creation has failed.
status - The status of the analyzer. An Active analyzer successfully monitors supported resources
and generates new findings. The analyzer is Disabled when a user action, such as removing
trusted access for Identity and Access Management Access Analyzer from Organizations, causes the
analyzer to stop generating new findings. The status is Creating when the analyzer
creation is in progress and Failed when the analyzer creation has failed.AnalyzerStatus,
AnalyzerStatusAnalyzerSummary.Builder status(AnalyzerStatus status)
The status of the analyzer. An Active analyzer successfully monitors supported resources and
generates new findings. The analyzer is Disabled when a user action, such as removing trusted
access for Identity and Access Management Access Analyzer from Organizations, causes the analyzer to stop
generating new findings. The status is Creating when the analyzer creation is in progress and
Failed when the analyzer creation has failed.
status - The status of the analyzer. An Active analyzer successfully monitors supported resources
and generates new findings. The analyzer is Disabled when a user action, such as removing
trusted access for Identity and Access Management Access Analyzer from Organizations, causes the
analyzer to stop generating new findings. The status is Creating when the analyzer
creation is in progress and Failed when the analyzer creation has failed.AnalyzerStatus,
AnalyzerStatusAnalyzerSummary.Builder statusReason(StatusReason statusReason)
The statusReason provides more details about the current status of the analyzer. For example, if
the creation for the analyzer fails, a Failed status is returned. For an analyzer with
organization as the type, this failure can be due to an issue with creating the service-linked roles required
in the member accounts of the Amazon Web Services organization.
statusReason - The statusReason provides more details about the current status of the analyzer. For
example, if the creation for the analyzer fails, a Failed status is returned. For an
analyzer with organization as the type, this failure can be due to an issue with creating the
service-linked roles required in the member accounts of the Amazon Web Services organization.default AnalyzerSummary.Builder statusReason(Consumer<StatusReason.Builder> statusReason)
The statusReason provides more details about the current status of the analyzer. For example, if
the creation for the analyzer fails, a Failed status is returned. For an analyzer with
organization as the type, this failure can be due to an issue with creating the service-linked roles required
in the member accounts of the Amazon Web Services organization.
StatusReason.Builder avoiding the need to
create one manually via StatusReason.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to statusReason(StatusReason).statusReason - a consumer that will call methods on StatusReason.BuilderstatusReason(StatusReason)AnalyzerSummary.Builder tags(Map<String,String> tags)
The tags added to the analyzer.
tags - The tags added to the analyzer.AnalyzerSummary.Builder type(String type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
AnalyzerSummary.Builder type(Type type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
Copyright © 2021. All rights reserved.