Instance |
Instance.clone() |
|
Instance |
Instance.withAgentVersion(String agentVersion) |
The agent version.
|
Instance |
Instance.withAmiId(String amiId) |
A custom AMI ID to be used to create the instance.
|
Instance |
Instance.withArchitecture(Architecture architecture) |
The instance architecture: "i386" or "x86_64".
|
Instance |
Instance.withArchitecture(String architecture) |
The instance architecture: "i386" or "x86_64".
|
Instance |
Instance.withAutoScalingType(AutoScalingType autoScalingType) |
For load-based or time-based instances, the type.
|
Instance |
Instance.withAutoScalingType(String autoScalingType) |
For load-based or time-based instances, the type.
|
Instance |
Instance.withAvailabilityZone(String availabilityZone) |
The instance Availability Zone.
|
Instance |
Instance.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) |
An array of BlockDeviceMapping objects that specify the
instance's block device mappings.
|
Instance |
Instance.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) |
An array of BlockDeviceMapping objects that specify the
instance's block device mappings.
|
Instance |
Instance.withCreatedAt(String createdAt) |
The time that the instance was created.
|
Instance |
Instance.withEbsOptimized(Boolean ebsOptimized) |
Whether this is an Amazon EBS-optimized instance.
|
Instance |
Instance.withEc2InstanceId(String ec2InstanceId) |
The ID of the associated Amazon EC2 instance.
|
Instance |
Instance.withEcsClusterArn(String ecsClusterArn) |
For container instances, the Amazon ECS cluster's ARN.
|
Instance |
Instance.withEcsContainerInstanceArn(String ecsContainerInstanceArn) |
For container instances, the instance's ARN.
|
Instance |
Instance.withElasticIp(String elasticIp) |
|
Instance |
Instance.withHostname(String hostname) |
The instance host name.
|
Instance |
Instance.withInfrastructureClass(String infrastructureClass) |
For registered instances, the infrastructure class: ec2 or
on-premises .
|
Instance |
Instance.withInstallUpdatesOnBoot(Boolean installUpdatesOnBoot) |
Whether to install operating system and package updates when the instance
boots.
|
Instance |
Instance.withInstanceId(String instanceId) |
The instance ID.
|
Instance |
Instance.withInstanceProfileArn(String instanceProfileArn) |
The ARN of the instance's IAM profile.
|
Instance |
Instance.withInstanceType(String instanceType) |
The instance type, such as t2.micro .
|
Instance |
Instance.withLastServiceErrorId(String lastServiceErrorId) |
The ID of the last service error.
|
Instance |
Instance.withLayerIds(String... layerIds) |
An array containing the instance layer IDs.
|
Instance |
Instance.withLayerIds(Collection<String> layerIds) |
An array containing the instance layer IDs.
|
Instance |
Instance.withOs(String os) |
The instance's operating system.
|
Instance |
Instance.withPlatform(String platform) |
The instance's platform.
|
Instance |
Instance.withPrivateDns(String privateDns) |
The The instance's private DNS name.
|
Instance |
Instance.withPrivateIp(String privateIp) |
The instance's private IP address.
|
Instance |
Instance.withPublicDns(String publicDns) |
The instance public DNS name.
|
Instance |
Instance.withPublicIp(String publicIp) |
The instance public IP address.
|
Instance |
Instance.withRegisteredBy(String registeredBy) |
For registered instances, who performed the registration.
|
Instance |
Instance.withReportedAgentVersion(String reportedAgentVersion) |
The instance's reported AWS OpsWorks agent version.
|
Instance |
Instance.withReportedOs(ReportedOs reportedOs) |
For registered instances, the reported operating system.
|
Instance |
Instance.withRootDeviceType(RootDeviceType rootDeviceType) |
The instance's root device type.
|
Instance |
Instance.withRootDeviceType(String rootDeviceType) |
The instance's root device type.
|
Instance |
Instance.withRootDeviceVolumeId(String rootDeviceVolumeId) |
The root device volume ID.
|
Instance |
Instance.withSecurityGroupIds(String... securityGroupIds) |
An array containing the instance security group IDs.
|
Instance |
Instance.withSecurityGroupIds(Collection<String> securityGroupIds) |
An array containing the instance security group IDs.
|
Instance |
Instance.withSshHostDsaKeyFingerprint(String sshHostDsaKeyFingerprint) |
The SSH key's Deep Security Agent (DSA) fingerprint.
|
Instance |
Instance.withSshHostRsaKeyFingerprint(String sshHostRsaKeyFingerprint) |
The SSH key's RSA fingerprint.
|
Instance |
Instance.withSshKeyName(String sshKeyName) |
The instance's Amazon EC2 key-pair name.
|
Instance |
Instance.withStackId(String stackId) |
The stack ID.
|
Instance |
Instance.withStatus(String status) |
The instance status:
|
Instance |
Instance.withSubnetId(String subnetId) |
The instance's subnet ID; applicable only if the stack is running in a
VPC.
|
Instance |
Instance.withTenancy(String tenancy) |
The instance's tenancy option, such as dedicated or
host .
|
Instance |
Instance.withVirtualizationType(VirtualizationType virtualizationType) |
The instance's virtualization type: paravirtual or
hvm .
|
Instance |
Instance.withVirtualizationType(String virtualizationType) |
The instance's virtualization type: paravirtual or
hvm .
|