Interface UpdateIntegrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchOmniRequest.Builder,CopyableBuilder<UpdateIntegrationRequest.Builder,,UpdateIntegrationRequest> SdkBuilder<UpdateIntegrationRequest.Builder,,UpdateIntegrationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateIntegrationRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateIntegrationRequest.Buildercredential(Consumer<IntegrationCredential.Builder> credential) The replacement credential used to authenticate with the provider.credential(IntegrationCredential credential) The replacement credential used to authenticate with the provider.default UpdateIntegrationRequest.Builderidentifier(Consumer<IntegrationIdentifier.Builder> identifier) Identifies the integration to update — exactly one of integrationId, integrationArn, or integrationName.identifier(IntegrationIdentifier identifier) Identifies the integration to update — exactly one of integrationId, integrationArn, or integrationName.integrationAttributes(Map<String, String> integrationAttributes) The provider-specific attributes to associate with the integration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name of the IAM role assumed to access the integration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchomni.model.CloudWatchOmniRequest.Builder
buildMethods 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
-
identifier
Identifies the integration to update — exactly one of integrationId, integrationArn, or integrationName.
- Parameters:
identifier- Identifies the integration to update — exactly one of integrationId, integrationArn, or integrationName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
default UpdateIntegrationRequest.Builder identifier(Consumer<IntegrationIdentifier.Builder> identifier) Identifies the integration to update — exactly one of integrationId, integrationArn, or integrationName.
This is a convenience method that creates an instance of theIntegrationIdentifier.Builderavoiding the need to create one manually viaIntegrationIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidentifier(IntegrationIdentifier).- Parameters:
identifier- a consumer that will call methods onIntegrationIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
credential
The replacement credential used to authenticate with the provider.
- Parameters:
credential- The replacement credential used to authenticate with the provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credential
default UpdateIntegrationRequest.Builder credential(Consumer<IntegrationCredential.Builder> credential) The replacement credential used to authenticate with the provider.
This is a convenience method that creates an instance of theIntegrationCredential.Builderavoiding the need to create one manually viaIntegrationCredential.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocredential(IntegrationCredential).- Parameters:
credential- a consumer that will call methods onIntegrationCredential.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationAttributes
The provider-specific attributes to associate with the integration.
- Parameters:
integrationAttributes- The provider-specific attributes to associate with the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name of the IAM role assumed to access the integration.
- Parameters:
roleArn- The Amazon Resource Name of the IAM role assumed to access the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateIntegrationRequest.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
UpdateIntegrationRequest.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.
-