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) Provider-specific input parametersinput(ProviderInput input) Provider-specific input parametersintegrationDisplayName(String integrationDisplayName) Display name for the integrationKMS key ID for encrypting integration detailsoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Provider to integrate withProvider to integrate withTags to associate with the integrationMethods 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
Provider to integrate with
- Parameters:
provider- Provider to integrate with- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provider
Provider to integrate with
- Parameters:
provider- Provider to integrate with- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
input
Provider-specific input parameters
- Parameters:
input- Provider-specific input parameters- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
input
Provider-specific input parameters
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
Display name for the integration
- Parameters:
integrationDisplayName- Display name for the integration- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
KMS key ID for encrypting integration details
- Parameters:
kmsKeyId- KMS key ID for encrypting integration details- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags to associate with the integration
- Parameters:
tags- 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.
-