Interface CreateCodeSecurityIntegrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCodeSecurityIntegrationRequest.Builder,,CreateCodeSecurityIntegrationRequest> Inspector2Request.Builder,SdkBuilder<CreateCodeSecurityIntegrationRequest.Builder,,CreateCodeSecurityIntegrationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateCodeSecurityIntegrationRequest
@Mutable
@NotThreadSafe
public static interface CreateCodeSecurityIntegrationRequest.Builder
extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<CreateCodeSecurityIntegrationRequest.Builder,CreateCodeSecurityIntegrationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondetails(Consumer<CreateIntegrationDetail.Builder> details) The integration details specific to the repository provider type.details(CreateIntegrationDetail details) The integration details specific to the repository provider type.The name of the code security integration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The tags to apply to the code security integration.The type of repository provider for the integration.type(IntegrationType type) The type of repository provider for the integration.Methods 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.services.inspector2.model.Inspector2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the code security integration.
- Parameters:
name- The name of the code security integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of repository provider for the integration.
- Parameters:
type- The type of repository provider for the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of repository provider for the integration.
- Parameters:
type- The type of repository provider for the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
details
The integration details specific to the repository provider type.
- Parameters:
details- The 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 CreateCodeSecurityIntegrationRequest.Builder details(Consumer<CreateIntegrationDetail.Builder> details) The integration details specific to the repository provider type.
This is a convenience method that creates an instance of theCreateIntegrationDetail.Builderavoiding the need to create one manually viaCreateIntegrationDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todetails(CreateIntegrationDetail).- Parameters:
details- a consumer that will call methods onCreateIntegrationDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags to apply to the code security integration.
- Parameters:
tags- The tags to apply to the code security integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateCodeSecurityIntegrationRequest.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
CreateCodeSecurityIntegrationRequest.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.
-