Interface CreateIntegrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateIntegrationRequest.Builder,,CreateIntegrationRequest> SdkBuilder<CreateIntegrationRequest.Builder,,CreateIntegrationRequest> SdkPojo,SdkRequest.Builder,SecurityAgentRequest.Builder
- Enclosing class:
CreateIntegrationRequest
@Mutable
@NotThreadSafe
public static interface CreateIntegrationRequest.Builder
extends SecurityAgentRequest.Builder, SdkPojo, CopyableBuilder<CreateIntegrationRequest.Builder,CreateIntegrationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CreateIntegrationRequest.Builderinput(Consumer<ProviderInput.Builder> input) The provider-specific input required to create the integration.input(ProviderInput input) The provider-specific input required to create the integration.integrationDisplayName(String integrationDisplayName) The display name for the integration.The identifier of the AWS KMS key to use for encrypting data associated with the integration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The integration provider.The integration provider.The tags to associate with 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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.securityagent.model.SecurityAgentRequest.Builder
build
-
Method Details
-
provider
The integration provider. Currently, only GITHUB is supported.
- Parameters:
provider- The integration provider. Currently, only GITHUB is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provider
The integration provider. Currently, only GITHUB is supported.
- Parameters:
provider- The integration provider. Currently, only GITHUB is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
input
The provider-specific input required to create the integration.
- Parameters:
input- The provider-specific input required to create the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
input
The provider-specific input required to create the integration.
This is a convenience method that creates an instance of theProviderInput.Builderavoiding the need to create one manually viaProviderInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinput(ProviderInput).- Parameters:
input- a consumer that will call methods onProviderInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationDisplayName
The display name for the integration.
- Parameters:
integrationDisplayName- The display name for the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
The identifier of the AWS KMS key to use for encrypting data associated with the integration.
- Parameters:
kmsKeyId- The identifier of the AWS KMS key to use for encrypting data associated with the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to associate with the integration.
- Parameters:
tags- The tags to associate with the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateIntegrationRequest.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
CreateIntegrationRequest.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.
-