Interface AnalyzableServerSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnalyzableServerSummary.Builder,
,AnalyzableServerSummary> SdkBuilder<AnalyzableServerSummary.Builder,
,AnalyzableServerSummary> SdkPojo
- Enclosing class:
AnalyzableServerSummary
@Mutable
@NotThreadSafe
public static interface AnalyzableServerSummary.Builder
extends SdkPojo, CopyableBuilder<AnalyzableServerSummary.Builder,AnalyzableServerSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe host name of the analyzable server.The ip address of the analyzable server.The data source of the analyzable server.The virtual machine id of the analyzable server.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
-
hostname
The host name of the analyzable server.
- Parameters:
hostname
- The host name of the analyzable server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
The ip address of the analyzable server.
- Parameters:
ipAddress
- The ip address of the analyzable server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The data source of the analyzable server.
- Parameters:
source
- The data source of the analyzable server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vmId
The virtual machine id of the analyzable server.
- Parameters:
vmId
- The virtual machine id of the analyzable server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-