Interface CreateCustomPluginResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCustomPluginResponse.Builder,CreateCustomPluginResponse>,KafkaConnectResponse.Builder,SdkBuilder<CreateCustomPluginResponse.Builder,CreateCustomPluginResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateCustomPluginResponse
public static interface CreateCustomPluginResponse.Builder extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomPluginResponse.Builder,CreateCustomPluginResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCustomPluginResponse.BuildercustomPluginArn(String customPluginArn)The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.CreateCustomPluginResponse.BuildercustomPluginState(String customPluginState)The state of the custom plugin.CreateCustomPluginResponse.BuildercustomPluginState(CustomPluginState customPluginState)The state of the custom plugin.CreateCustomPluginResponse.Buildername(String name)The name of the custom plugin.CreateCustomPluginResponse.Builderrevision(Long revision)The revision of the custom plugin.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kafkaconnect.model.KafkaConnectResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
customPluginArn
CreateCustomPluginResponse.Builder customPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.
- Parameters:
customPluginArn- The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customPluginState
CreateCustomPluginResponse.Builder customPluginState(String customPluginState)
The state of the custom plugin.
- Parameters:
customPluginState- The state of the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomPluginState,CustomPluginState
-
customPluginState
CreateCustomPluginResponse.Builder customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
- Parameters:
customPluginState- The state of the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomPluginState,CustomPluginState
-
name
CreateCustomPluginResponse.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.
-
revision
CreateCustomPluginResponse.Builder revision(Long revision)
The revision of the custom plugin.
- Parameters:
revision- The revision of the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-