Interface GetScanRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeGuruSecurityRequest.Builder
,CopyableBuilder<GetScanRequest.Builder,
,GetScanRequest> SdkBuilder<GetScanRequest.Builder,
,GetScanRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetScanRequest
@Mutable
@NotThreadSafe
public static interface GetScanRequest.Builder
extends CodeGuruSecurityRequest.Builder, SdkPojo, CopyableBuilder<GetScanRequest.Builder,GetScanRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.UUID that identifies the individual scan run you want to view details about.The name of the scan you want to view details about.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.codegurusecurity.model.CodeGuruSecurityRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
runId
UUID that identifies the individual scan run you want to view details about. You retrieve this when you call the
CreateScan
operation. Defaults to the latest scan run if missing.- Parameters:
runId
- UUID that identifies the individual scan run you want to view details about. You retrieve this when you call theCreateScan
operation. Defaults to the latest scan run if missing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanName
The name of the scan you want to view details about.
- Parameters:
scanName
- The name of the scan you want to view details about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetScanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-