Interface AnalyzableServerSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyzableServerSummary.Builder,AnalyzableServerSummary>,SdkBuilder<AnalyzableServerSummary.Builder,AnalyzableServerSummary>,SdkPojo
- Enclosing class:
- AnalyzableServerSummary
public static interface AnalyzableServerSummary.Builder extends SdkPojo, CopyableBuilder<AnalyzableServerSummary.Builder,AnalyzableServerSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyzableServerSummary.Builderhostname(String hostname)The host name of the analyzable server.AnalyzableServerSummary.BuilderipAddress(String ipAddress)The ip address of the analyzable server.AnalyzableServerSummary.Buildersource(String source)The data source of the analyzable server.AnalyzableServerSummary.BuildervmId(String vmId)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 Detail
-
hostname
AnalyzableServerSummary.Builder hostname(String 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
AnalyzableServerSummary.Builder ipAddress(String 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
AnalyzableServerSummary.Builder source(String 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
AnalyzableServerSummary.Builder vmId(String 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.
-
-