Interface PluginSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PluginSummary.Builder,PluginSummary>,SdkBuilder<PluginSummary.Builder,PluginSummary>,SdkPojo
- Enclosing class:
- PluginSummary
public static interface PluginSummary.Builder extends SdkPojo, CopyableBuilder<PluginSummary.Builder,PluginSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginSummary.Builderhostname(String hostname)The name of the host.PluginSummary.BuilderipAddress(String ipAddress)The IP address at which the plugin is located.PluginSummary.BuilderpluginId(String pluginId)The ID of the plugin.PluginSummary.BuilderregisteredTime(String registeredTime)The time at which the plugin was registered.PluginSummary.Builderstatus(String status)The status of the plugin.PluginSummary.Builderstatus(PluginHealth status)The status of the plugin.PluginSummary.Builderversion(String version)The version of the 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, sdkFields
-
-
-
-
Method Detail
-
pluginId
PluginSummary.Builder pluginId(String pluginId)
The ID of the plugin.
- Parameters:
pluginId- The ID of the plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostname
PluginSummary.Builder hostname(String hostname)
The name of the host.
- Parameters:
hostname- The name of the host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
PluginSummary.Builder status(String status)
The status of the plugin.
- Parameters:
status- The status of the plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PluginHealth,PluginHealth
-
status
PluginSummary.Builder status(PluginHealth status)
The status of the plugin.
- Parameters:
status- The status of the plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PluginHealth,PluginHealth
-
ipAddress
PluginSummary.Builder ipAddress(String ipAddress)
The IP address at which the plugin is located.
- Parameters:
ipAddress- The IP address at which the plugin is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
PluginSummary.Builder version(String version)
The version of the plugin.
- Parameters:
version- The version of the plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredTime
PluginSummary.Builder registeredTime(String registeredTime)
The time at which the plugin was registered.
- Parameters:
registeredTime- The time at which the plugin was registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-