Interface GetScanRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeGuruSecurityRequest.Builder,CopyableBuilder<GetScanRequest.Builder,GetScanRequest>,SdkBuilder<GetScanRequest.Builder,GetScanRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetScanRequest
public static interface GetScanRequest.Builder extends CodeGuruSecurityRequest.Builder, SdkPojo, CopyableBuilder<GetScanRequest.Builder,GetScanRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetScanRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetScanRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetScanRequest.BuilderrunId(String runId)UUID that identifies the individual scan run you want to view details about.GetScanRequest.BuilderscanName(String scanName)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, sdkFields
-
-
-
-
Method Detail
-
runId
GetScanRequest.Builder runId(String runId)
UUID that identifies the individual scan run you want to view details about. You retrieve this when you call the
CreateScanoperation. 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 theCreateScanoperation. Defaults to the latest scan run if missing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanName
GetScanRequest.Builder scanName(String 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
GetScanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetScanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-