Interface CustomPluginDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomPluginDescription.Builder,CustomPluginDescription>,SdkBuilder<CustomPluginDescription.Builder,CustomPluginDescription>,SdkPojo
- Enclosing class:
- CustomPluginDescription
public static interface CustomPluginDescription.Builder extends SdkPojo, CopyableBuilder<CustomPluginDescription.Builder,CustomPluginDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomPluginDescription.BuildercustomPluginArn(String customPluginArn)The Amazon Resource Name (ARN) of the custom plugin.CustomPluginDescription.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
customPluginArn
CustomPluginDescription.Builder customPluginArn(String 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
CustomPluginDescription.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.
-
-