GetPluginResponse.Builder |
GetPluginResponse.Builder.applicationId(String applicationId) |
The identifier of the application which contains the plugin.
|
default GetPluginResponse.Builder |
GetPluginResponse.Builder.authConfiguration(Consumer<PluginAuthConfiguration.Builder> authConfiguration) |
Sets the value of the AuthConfiguration property for this object.
|
GetPluginResponse.Builder |
GetPluginResponse.Builder.authConfiguration(PluginAuthConfiguration authConfiguration) |
Sets the value of the AuthConfiguration property for this object.
|
static GetPluginResponse.Builder |
GetPluginResponse.builder() |
|
GetPluginResponse.Builder |
GetPluginResponse.Builder.createdAt(Instant createdAt) |
The timestamp for when the plugin was created.
|
GetPluginResponse.Builder |
GetPluginResponse.Builder.displayName(String displayName) |
The name of the plugin.
|
GetPluginResponse.Builder |
GetPluginResponse.Builder.pluginArn(String pluginArn) |
The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.
|
GetPluginResponse.Builder |
GetPluginResponse.Builder.pluginId(String pluginId) |
The identifier of the plugin.
|
GetPluginResponse.Builder |
GetPluginResponse.Builder.serverUrl(String serverUrl) |
The source URL used for plugin configuration.
|
GetPluginResponse.Builder |
GetPluginResponse.Builder.state(String state) |
The current state of the plugin.
|
GetPluginResponse.Builder |
GetPluginResponse.Builder.state(PluginState state) |
The current state of the plugin.
|
GetPluginResponse.Builder |
GetPluginResponse.toBuilder() |
|
GetPluginResponse.Builder |
GetPluginResponse.Builder.type(String type) |
The type of the plugin.
|
GetPluginResponse.Builder |
GetPluginResponse.Builder.type(PluginType type) |
The type of the plugin.
|
GetPluginResponse.Builder |
GetPluginResponse.Builder.updatedAt(Instant updatedAt) |
The timestamp for when the plugin was last updated.
|