Interface IdentificationHints.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdentificationHints.Builder,IdentificationHints>,SdkBuilder<IdentificationHints.Builder,IdentificationHints>,SdkPojo
- Enclosing class:
- IdentificationHints
public static interface IdentificationHints.Builder extends SdkPojo, CopyableBuilder<IdentificationHints.Builder,IdentificationHints>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentificationHints.BuilderawsInstanceID(String awsInstanceID)AWS Instance ID identification hint.IdentificationHints.Builderfqdn(String fqdn)Fully Qualified Domain Name identification hint.IdentificationHints.Builderhostname(String hostname)Hostname identification hint.IdentificationHints.BuildervmWareUuid(String vmWareUuid)vCenter VM path identification hint.-
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
-
awsInstanceID
IdentificationHints.Builder awsInstanceID(String awsInstanceID)
AWS Instance ID identification hint.
- Parameters:
awsInstanceID- AWS Instance ID identification hint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fqdn
IdentificationHints.Builder fqdn(String fqdn)
Fully Qualified Domain Name identification hint.
- Parameters:
fqdn- Fully Qualified Domain Name identification hint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostname
IdentificationHints.Builder hostname(String hostname)
Hostname identification hint.
- Parameters:
hostname- Hostname identification hint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vmWareUuid
IdentificationHints.Builder vmWareUuid(String vmWareUuid)
vCenter VM path identification hint.
- Parameters:
vmWareUuid- vCenter VM path identification hint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-