Interface PluginSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PluginSummary.Builder,
,PluginSummary> SdkBuilder<PluginSummary.Builder,
,PluginSummary> SdkPojo
- Enclosing class:
PluginSummary
@Mutable
@NotThreadSafe
public static interface PluginSummary.Builder
extends SdkPojo, CopyableBuilder<PluginSummary.Builder,PluginSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the host.The IP address at which the plugin is located.The ID of the plugin.registeredTime
(String registeredTime) The time at which the plugin was registered.The status of the plugin.status
(PluginHealth status) The status of the plugin.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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:
-
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:
-
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
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
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.
-