Interface CreateCustomPluginRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCustomPluginRequest.Builder,CreateCustomPluginRequest>,KafkaConnectRequest.Builder,SdkBuilder<CreateCustomPluginRequest.Builder,CreateCustomPluginRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateCustomPluginRequest
public static interface CreateCustomPluginRequest.Builder extends KafkaConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomPluginRequest.Builder,CreateCustomPluginRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kafkaconnect.model.KafkaConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
contentType
CreateCustomPluginRequest.Builder contentType(String contentType)
The type of the plugin file.
- Parameters:
contentType- The type of the plugin file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomPluginContentType,CustomPluginContentType
-
contentType
CreateCustomPluginRequest.Builder contentType(CustomPluginContentType contentType)
The type of the plugin file.
- Parameters:
contentType- The type of the plugin file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomPluginContentType,CustomPluginContentType
-
description
CreateCustomPluginRequest.Builder description(String description)
A summary description of the custom plugin.
- Parameters:
description- A summary description of the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
CreateCustomPluginRequest.Builder location(CustomPluginLocation location)
Information about the location of a custom plugin.
- Parameters:
location- Information about the location of a custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
default CreateCustomPluginRequest.Builder location(Consumer<CustomPluginLocation.Builder> location)
Information about the location of a custom plugin.
This is a convenience method that creates an instance of theCustomPluginLocation.Builderavoiding the need to create one manually viaCustomPluginLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocation(CustomPluginLocation).- Parameters:
location- a consumer that will call methods onCustomPluginLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
location(CustomPluginLocation)
-
name
CreateCustomPluginRequest.Builder name(String name)
The name of the custom plugin.
- Parameters:
name- The name of the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateCustomPluginRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCustomPluginRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-