| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceMetadataOptions |
InstanceMetadataOptions.clone() |
InstanceMetadataOptions |
CreateInfrastructureConfigurationRequest.getInstanceMetadataOptions()
The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build
and test instances.
|
InstanceMetadataOptions |
UpdateInfrastructureConfigurationRequest.getInstanceMetadataOptions()
The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build
and test instances.
|
InstanceMetadataOptions |
InfrastructureConfiguration.getInstanceMetadataOptions()
The instance metadata option settings for the infrastructure configuration.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpPutResponseHopLimit(Integer httpPutResponseHopLimit)
Limit the number of hops that an instance metadata request can traverse to reach its destination.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpTokens(String httpTokens)
Indicates whether a signed token header is required for instance metadata retrieval requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateInfrastructureConfigurationRequest.setInstanceMetadataOptions(InstanceMetadataOptions instanceMetadataOptions)
The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build
and test instances.
|
void |
UpdateInfrastructureConfigurationRequest.setInstanceMetadataOptions(InstanceMetadataOptions instanceMetadataOptions)
The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build
and test instances.
|
void |
InfrastructureConfiguration.setInstanceMetadataOptions(InstanceMetadataOptions instanceMetadataOptions)
The instance metadata option settings for the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withInstanceMetadataOptions(InstanceMetadataOptions instanceMetadataOptions)
The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build
and test instances.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withInstanceMetadataOptions(InstanceMetadataOptions instanceMetadataOptions)
The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build
and test instances.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withInstanceMetadataOptions(InstanceMetadataOptions instanceMetadataOptions)
The instance metadata option settings for the infrastructure configuration.
|
Copyright © 2023. All rights reserved.