Interface PutConnectorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<PutConnectorRequest.Builder,,PutConnectorRequest> SdkBuilder<PutConnectorRequest.Builder,,PutConnectorRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PutConnectorRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault PutConnectorRequest.BuilderconnectorConfiguration(Consumer<ConnectorConfiguration.Builder> connectorConfiguration) The provider-specific configuration for connecting to the third-party cloud service provider.connectorConfiguration(ConnectorConfiguration connectorConfiguration) The provider-specific configuration for connecting to the third-party cloud service provider.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) The tags for the connector.tags(Consumer<Tag.Builder>... tags) The tags for the connector.The tags for the connector.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.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
-
connectorConfiguration
The provider-specific configuration for connecting to the third-party cloud service provider.
- Parameters:
connectorConfiguration- The provider-specific configuration for connecting to the third-party cloud service provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorConfiguration
default PutConnectorRequest.Builder connectorConfiguration(Consumer<ConnectorConfiguration.Builder> connectorConfiguration) The provider-specific configuration for connecting to the third-party cloud service provider.
This is a convenience method that creates an instance of theConnectorConfiguration.Builderavoiding the need to create one manually viaConnectorConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnectorConfiguration(ConnectorConfiguration).- Parameters:
connectorConfiguration- a consumer that will call methods onConnectorConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags for the connector. Each tag consists of a key and an optional value, both of which you define.
- Parameters:
tags- The tags for the connector. Each tag consists of a key and an optional value, both of which you define.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags for the connector. Each tag consists of a key and an optional value, both of which you define.
- Parameters:
tags- The tags for the connector. Each tag consists of a key and an optional value, both of which you define.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags for the connector. Each tag consists of a key and an optional value, both of which you define.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutConnectorRequest.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
PutConnectorRequest.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.
-