Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.Placement.Builder
-
Packages that use Placement.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of Placement.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return Placement.Builder Modifier and Type Method Description Placement.BuilderPlacement.Builder. availabilityZone(String availabilityZone)The Availability Zone where your build and test instances will launch.static Placement.BuilderPlacement. builder()Placement.BuilderPlacement.Builder. hostId(String hostId)The ID of the Dedicated Host on which build and test instances run.Placement.BuilderPlacement.Builder. hostResourceGroupArn(String hostResourceGroupArn)The Amazon Resource Name (ARN) of the host resource group in which to launch build and test instances.Placement.BuilderPlacement.Builder. tenancy(String tenancy)The tenancy of the instance.Placement.BuilderPlacement.Builder. tenancy(TenancyType tenancy)The tenancy of the instance.Placement.BuilderPlacement. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type Placement.Builder Modifier and Type Method Description static Class<? extends Placement.Builder>Placement. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type Placement.Builder Modifier and Type Method Description default CreateInfrastructureConfigurationRequest.BuilderCreateInfrastructureConfigurationRequest.Builder. placement(Consumer<Placement.Builder> placement)The instance placement settings that define where the instances that are launched from your image will run.default InfrastructureConfiguration.BuilderInfrastructureConfiguration.Builder. placement(Consumer<Placement.Builder> placement)The instance placement settings that define where the instances that are launched from your image will run.default InfrastructureConfigurationSummary.BuilderInfrastructureConfigurationSummary.Builder. placement(Consumer<Placement.Builder> placement)The instance placement settings that define where the instances that are launched from your image will run.default UpdateInfrastructureConfigurationRequest.BuilderUpdateInfrastructureConfigurationRequest.Builder. placement(Consumer<Placement.Builder> placement)The instance placement settings that define where the instances that are launched from your image will run.
-