public static interface UpdateConnectionRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<UpdateConnectionRequest.Builder,UpdateConnectionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConnectionRequest.Builder name(String name)
The name of the connection to update.
name - The name of the connection to update.UpdateConnectionRequest.Builder description(String description)
A description for the connection.
description - A description for the connection.UpdateConnectionRequest.Builder authorizationType(String authorizationType)
The type of authorization to use for the connection.
authorizationType - The type of authorization to use for the connection.ConnectionAuthorizationType,
ConnectionAuthorizationTypeUpdateConnectionRequest.Builder authorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization to use for the connection.
authorizationType - The type of authorization to use for the connection.ConnectionAuthorizationType,
ConnectionAuthorizationTypeUpdateConnectionRequest.Builder authParameters(UpdateConnectionAuthRequestParameters authParameters)
The authorization parameters to use for the connection.
authParameters - The authorization parameters to use for the connection.default UpdateConnectionRequest.Builder authParameters(Consumer<UpdateConnectionAuthRequestParameters.Builder> authParameters)
The authorization parameters to use for the connection.
This is a convenience method that creates an instance of theUpdateConnectionAuthRequestParameters.Builder avoiding the need to create one manually via
UpdateConnectionAuthRequestParameters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to authParameters(UpdateConnectionAuthRequestParameters).authParameters - a consumer that will call methods on UpdateConnectionAuthRequestParameters.BuilderauthParameters(UpdateConnectionAuthRequestParameters)UpdateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.