Interface AzureScopeConfigurationInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AzureScopeConfigurationInput.Builder,,AzureScopeConfigurationInput> SdkBuilder<AzureScopeConfigurationInput.Builder,,AzureScopeConfigurationInput> SdkPojo
- Enclosing class:
AzureScopeConfigurationInput
-
Method Summary
Modifier and TypeMethodDescriptioncontainerImageScanning(Consumer<ScopeConfigurationInput.Builder> containerImageScanning) The scope configuration input for container image scanning.containerImageScanning(ScopeConfigurationInput containerImageScanning) The scope configuration input for container image scanning.serverlessScanning(Consumer<ScopeConfigurationInput.Builder> serverlessScanning) The scope configuration input for serverless scanning.serverlessScanning(ScopeConfigurationInput serverlessScanning) The scope configuration input for serverless scanning.vmScanning(Consumer<ScopeConfigurationInput.Builder> vmScanning) The scope configuration input for VM scanning.vmScanning(ScopeConfigurationInput vmScanning) The scope configuration input for VM scanning.Methods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
vmScanning
The scope configuration input for VM scanning.
- Parameters:
vmScanning- The scope configuration input for VM scanning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vmScanning
default AzureScopeConfigurationInput.Builder vmScanning(Consumer<ScopeConfigurationInput.Builder> vmScanning) The scope configuration input for VM scanning.
This is a convenience method that creates an instance of theScopeConfigurationInput.Builderavoiding the need to create one manually viaScopeConfigurationInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovmScanning(ScopeConfigurationInput).- Parameters:
vmScanning- a consumer that will call methods onScopeConfigurationInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
containerImageScanning
AzureScopeConfigurationInput.Builder containerImageScanning(ScopeConfigurationInput containerImageScanning) The scope configuration input for container image scanning.
- Parameters:
containerImageScanning- The scope configuration input for container image scanning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerImageScanning
default AzureScopeConfigurationInput.Builder containerImageScanning(Consumer<ScopeConfigurationInput.Builder> containerImageScanning) The scope configuration input for container image scanning.
This is a convenience method that creates an instance of theScopeConfigurationInput.Builderavoiding the need to create one manually viaScopeConfigurationInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontainerImageScanning(ScopeConfigurationInput).- Parameters:
containerImageScanning- a consumer that will call methods onScopeConfigurationInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serverlessScanning
The scope configuration input for serverless scanning.
- Parameters:
serverlessScanning- The scope configuration input for serverless scanning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverlessScanning
default AzureScopeConfigurationInput.Builder serverlessScanning(Consumer<ScopeConfigurationInput.Builder> serverlessScanning) The scope configuration input for serverless scanning.
This is a convenience method that creates an instance of theScopeConfigurationInput.Builderavoiding the need to create one manually viaScopeConfigurationInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserverlessScanning(ScopeConfigurationInput).- Parameters:
serverlessScanning- a consumer that will call methods onScopeConfigurationInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-