Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.InstanceMetadataOptions.Builder
-
Packages that use InstanceMetadataOptions.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of InstanceMetadataOptions.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return InstanceMetadataOptions.Builder Modifier and Type Method Description static InstanceMetadataOptions.BuilderInstanceMetadataOptions. builder()InstanceMetadataOptions.BuilderInstanceMetadataOptions.Builder. httpPutResponseHopLimit(Integer httpPutResponseHopLimit)Limit the number of hops that an instance metadata request can traverse to reach its destination.InstanceMetadataOptions.BuilderInstanceMetadataOptions.Builder. httpTokens(String httpTokens)Indicates whether a signed token header is required for instance metadata retrieval requests.InstanceMetadataOptions.BuilderInstanceMetadataOptions. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type InstanceMetadataOptions.Builder Modifier and Type Method Description static Class<? extends InstanceMetadataOptions.Builder>InstanceMetadataOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type InstanceMetadataOptions.Builder Modifier and Type Method Description default CreateInfrastructureConfigurationRequest.BuilderCreateInfrastructureConfigurationRequest.Builder. instanceMetadataOptions(Consumer<InstanceMetadataOptions.Builder> instanceMetadataOptions)The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.default InfrastructureConfiguration.BuilderInfrastructureConfiguration.Builder. instanceMetadataOptions(Consumer<InstanceMetadataOptions.Builder> instanceMetadataOptions)The instance metadata option settings for the infrastructure configuration.default UpdateInfrastructureConfigurationRequest.BuilderUpdateInfrastructureConfigurationRequest.Builder. instanceMetadataOptions(Consumer<InstanceMetadataOptions.Builder> instanceMetadataOptions)The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.
-