Uses of Class
hudson.plugins.ec2.util.EC2AgentConfig.OnDemandBuilder
Packages that use EC2AgentConfig.OnDemandBuilder
-
Uses of EC2AgentConfig.OnDemandBuilder in hudson.plugins.ec2.util
Methods in hudson.plugins.ec2.util that return EC2AgentConfig.OnDemandBuilderModifier and TypeMethodDescriptionprotected EC2AgentConfig.OnDemandBuilder
EC2AgentConfig.OnDemandBuilder.self()
EC2AgentConfig.OnDemandBuilder.withEnclaveEnabled
(Boolean enclaveEnabled) EC2AgentConfig.OnDemandBuilder.withInstanceId
(String instanceId) EC2AgentConfig.OnDemandBuilder.withMetadataEndpointEnabled
(Boolean metadataEndpointEnabled) EC2AgentConfig.OnDemandBuilder.withMetadataHopsLimit
(Integer metadataHopsLimit) EC2AgentConfig.OnDemandBuilder.withMetadataSupported
(Boolean metadataSupported) EC2AgentConfig.OnDemandBuilder.withMetadataTokensRequired
(Boolean metadataTokensRequired) EC2AgentConfig.OnDemandBuilder.withPrivateDNS
(String privateDNS) EC2AgentConfig.OnDemandBuilder.withPublicDNS
(String publicDNS) EC2AgentConfig.OnDemandBuilder.withStopOnTerminate
(boolean stopOnTerminate) EC2AgentConfig.OnDemandBuilder.withTenancyAttribute
(Tenancy tenancy) EC2AgentConfig.OnDemandBuilder.withUseDedicatedTenancy
(boolean useDedicatedTenancy) Deprecated.