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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
hostnameThe 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.
 
- 
ipAddressThe 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.
 
- 
sourceThe 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.
 
- 
vmIdThe 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.
 
 
-