Interface UpdateCodeSecurityIntegrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateCodeSecurityIntegrationRequest.Builder,
,UpdateCodeSecurityIntegrationRequest> Inspector2Request.Builder
,SdkBuilder<UpdateCodeSecurityIntegrationRequest.Builder,
,UpdateCodeSecurityIntegrationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateCodeSecurityIntegrationRequest
@Mutable
@NotThreadSafe
public static interface UpdateCodeSecurityIntegrationRequest.Builder
extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<UpdateCodeSecurityIntegrationRequest.Builder,UpdateCodeSecurityIntegrationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondetails
(Consumer<UpdateIntegrationDetails.Builder> details) The updated integration details specific to the repository provider type.details
(UpdateIntegrationDetails details) The updated integration details specific to the repository provider type.integrationArn
(String integrationArn) The Amazon Resource Name (ARN) of the code security integration to update.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.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Request.Builder
build
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
-
details
The updated integration details specific to the repository provider type.
- Parameters:
details
- The updated integration details specific to the repository provider type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
default UpdateCodeSecurityIntegrationRequest.Builder details(Consumer<UpdateIntegrationDetails.Builder> details) The updated integration details specific to the repository provider type.
This is a convenience method that creates an instance of theUpdateIntegrationDetails.Builder
avoiding the need to create one manually viaUpdateIntegrationDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todetails(UpdateIntegrationDetails)
.- Parameters:
details
- a consumer that will call methods onUpdateIntegrationDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationArn
The Amazon Resource Name (ARN) of the code security integration to update.
- Parameters:
integrationArn
- The Amazon Resource Name (ARN) of the code security integration to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateCodeSecurityIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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
UpdateCodeSecurityIntegrationRequest.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.
-