Interface CustomPlugin.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomPlugin.Builder,,CustomPlugin> SdkBuilder<CustomPlugin.Builder,,CustomPlugin> SdkPojo
- Enclosing class:
CustomPlugin
public static interface CustomPlugin.Builder
extends SdkPojo, CopyableBuilder<CustomPlugin.Builder,CustomPlugin>
-
Method Summary
Modifier and TypeMethodDescriptioncustomPluginArn(String customPluginArn) The Amazon Resource Name (ARN) of the custom plugin.The revision of the custom plugin.Methods 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, sdkFields
-
Method Details
-
customPluginArn
The Amazon Resource Name (ARN) of the custom plugin.
- Parameters:
customPluginArn- The Amazon Resource Name (ARN) of the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-