static CreateCustomPluginResponse.Builder |
CreateCustomPluginResponse.builder() |
|
CreateCustomPluginResponse.Builder |
CreateCustomPluginResponse.Builder.customPluginArn(String customPluginArn) |
The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.
|
CreateCustomPluginResponse.Builder |
CreateCustomPluginResponse.Builder.customPluginState(String customPluginState) |
The state of the custom plugin.
|
CreateCustomPluginResponse.Builder |
CreateCustomPluginResponse.Builder.customPluginState(CustomPluginState customPluginState) |
The state of the custom plugin.
|
CreateCustomPluginResponse.Builder |
CreateCustomPluginResponse.Builder.name(String name) |
The name of the custom plugin.
|
CreateCustomPluginResponse.Builder |
CreateCustomPluginResponse.Builder.revision(Long revision) |
The revision of the custom plugin.
|
CreateCustomPluginResponse.Builder |
CreateCustomPluginResponse.toBuilder() |
|