Interface GetEvidenceRequest.Builder
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetEvidenceRequest.Builder,,GetEvidenceRequest> SdkBuilder<GetEvidenceRequest.Builder,,GetEvidenceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetEvidenceRequest
public static interface GetEvidenceRequest.Builder
extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<GetEvidenceRequest.Builder,GetEvidenceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassessmentId(String assessmentId) The unique identifier for the assessment.controlSetId(String controlSetId) The unique identifier for the control set.evidenceFolderId(String evidenceFolderId) The unique identifier for the folder that the evidence is stored in.evidenceId(String evidenceId) The unique identifier for the evidence.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
assessmentId
The unique identifier for the assessment.
- Parameters:
assessmentId- The unique identifier for the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlSetId
The unique identifier for the control set.
- Parameters:
controlSetId- The unique identifier for the control set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evidenceFolderId
The unique identifier for the folder that the evidence is stored in.
- Parameters:
evidenceFolderId- The unique identifier for the folder that the evidence is stored in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evidenceId
The unique identifier for the evidence.
- Parameters:
evidenceId- The unique identifier for the evidence.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetEvidenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetEvidenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-