Uses of Interface
software.amazon.awssdk.services.ssmsap.model.Host.Builder
-
Packages that use Host.Builder Package Description software.amazon.awssdk.services.ssmsap.model -
-
Uses of Host.Builder in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return Host.Builder Modifier and Type Method Description static Host.BuilderHost. builder()Host.BuilderHost.Builder. ec2InstanceId(String ec2InstanceId)The ID of Amazon EC2 instance.Host.BuilderHost.Builder. hostIp(String hostIp)The IP address of the Dedicated Host.Host.BuilderHost.Builder. hostName(String hostName)The name of the Dedicated Host.Host.BuilderHost.Builder. hostRole(String hostRole)The role of the Dedicated Host.Host.BuilderHost.Builder. hostRole(HostRole hostRole)The role of the Dedicated Host.Host.BuilderHost.Builder. instanceId(String instanceId)The instance ID of the instance on the Dedicated Host.Host.BuilderHost.Builder. osVersion(String osVersion)The version of the operating system.Host.BuilderHost. toBuilder()Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type Host.Builder Modifier and Type Method Description static Class<? extends Host.Builder>Host. serializableBuilderClass()
-