public static interface GetResourceEvaluationSummaryResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<GetResourceEvaluationSummaryResponse.Builder,GetResourceEvaluationSummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetResourceEvaluationSummaryResponse.Builder |
compliance(ComplianceType compliance)
The compliance status of the resource evaluation summary.
|
GetResourceEvaluationSummaryResponse.Builder |
compliance(String compliance)
The compliance status of the resource evaluation summary.
|
default GetResourceEvaluationSummaryResponse.Builder |
evaluationContext(Consumer<EvaluationContext.Builder> evaluationContext)
Returns an
EvaluationContext object. |
GetResourceEvaluationSummaryResponse.Builder |
evaluationContext(EvaluationContext evaluationContext)
Returns an
EvaluationContext object. |
GetResourceEvaluationSummaryResponse.Builder |
evaluationMode(EvaluationMode evaluationMode)
Lists results of the mode that you requested to retrieve the resource evaluation summary.
|
GetResourceEvaluationSummaryResponse.Builder |
evaluationMode(String evaluationMode)
Lists results of the mode that you requested to retrieve the resource evaluation summary.
|
GetResourceEvaluationSummaryResponse.Builder |
evaluationStartTimestamp(Instant evaluationStartTimestamp)
The start timestamp when Config rule starts evaluating compliance for the provided resource details.
|
default GetResourceEvaluationSummaryResponse.Builder |
evaluationStatus(Consumer<EvaluationStatus.Builder> evaluationStatus)
Returns an
EvaluationStatus object. |
GetResourceEvaluationSummaryResponse.Builder |
evaluationStatus(EvaluationStatus evaluationStatus)
Returns an
EvaluationStatus object. |
default GetResourceEvaluationSummaryResponse.Builder |
resourceDetails(Consumer<ResourceDetails.Builder> resourceDetails)
Returns a
ResourceDetails object. |
GetResourceEvaluationSummaryResponse.Builder |
resourceDetails(ResourceDetails resourceDetails)
Returns a
ResourceDetails object. |
GetResourceEvaluationSummaryResponse.Builder |
resourceEvaluationId(String resourceEvaluationId)
The unique
ResourceEvaluationId of Amazon Web Services resource execution for which you want to
retrieve the evaluation summary. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceEvaluationSummaryResponse.Builder resourceEvaluationId(String resourceEvaluationId)
The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to
retrieve the evaluation summary.
resourceEvaluationId - The unique ResourceEvaluationId of Amazon Web Services resource execution for which you
want to retrieve the evaluation summary.GetResourceEvaluationSummaryResponse.Builder evaluationMode(String evaluationMode)
Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
evaluationMode - Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid
values are Detective or Proactive.EvaluationMode,
EvaluationModeGetResourceEvaluationSummaryResponse.Builder evaluationMode(EvaluationMode evaluationMode)
Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
evaluationMode - Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid
values are Detective or Proactive.EvaluationMode,
EvaluationModeGetResourceEvaluationSummaryResponse.Builder evaluationStatus(EvaluationStatus evaluationStatus)
Returns an EvaluationStatus object.
evaluationStatus - Returns an EvaluationStatus object.default GetResourceEvaluationSummaryResponse.Builder evaluationStatus(Consumer<EvaluationStatus.Builder> evaluationStatus)
Returns an EvaluationStatus object.
EvaluationStatus.Builder avoiding the
need to create one manually via EvaluationStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to evaluationStatus(EvaluationStatus).
evaluationStatus - a consumer that will call methods on EvaluationStatus.BuilderevaluationStatus(EvaluationStatus)GetResourceEvaluationSummaryResponse.Builder evaluationStartTimestamp(Instant evaluationStartTimestamp)
The start timestamp when Config rule starts evaluating compliance for the provided resource details.
evaluationStartTimestamp - The start timestamp when Config rule starts evaluating compliance for the provided resource details.GetResourceEvaluationSummaryResponse.Builder compliance(String compliance)
The compliance status of the resource evaluation summary.
compliance - The compliance status of the resource evaluation summary.ComplianceType,
ComplianceTypeGetResourceEvaluationSummaryResponse.Builder compliance(ComplianceType compliance)
The compliance status of the resource evaluation summary.
compliance - The compliance status of the resource evaluation summary.ComplianceType,
ComplianceTypeGetResourceEvaluationSummaryResponse.Builder evaluationContext(EvaluationContext evaluationContext)
Returns an EvaluationContext object.
evaluationContext - Returns an EvaluationContext object.default GetResourceEvaluationSummaryResponse.Builder evaluationContext(Consumer<EvaluationContext.Builder> evaluationContext)
Returns an EvaluationContext object.
EvaluationContext.Builder avoiding the
need to create one manually via EvaluationContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to evaluationContext(EvaluationContext).
evaluationContext - a consumer that will call methods on EvaluationContext.BuilderevaluationContext(EvaluationContext)GetResourceEvaluationSummaryResponse.Builder resourceDetails(ResourceDetails resourceDetails)
Returns a ResourceDetails object.
resourceDetails - Returns a ResourceDetails object.default GetResourceEvaluationSummaryResponse.Builder resourceDetails(Consumer<ResourceDetails.Builder> resourceDetails)
Returns a ResourceDetails object.
ResourceDetails.Builder avoiding the
need to create one manually via ResourceDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceDetails(ResourceDetails).
resourceDetails - a consumer that will call methods on ResourceDetails.BuilderresourceDetails(ResourceDetails)Copyright © 2023. All rights reserved.