static CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.builder() |
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.description(String description) |
The description of the infrastructure configuration.
|
default CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.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.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.instanceMetadataOptions(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.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.instanceProfileName(String instanceProfileName) |
The instance profile to associate with the instance used to customize your Amazon EC2 AMI.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.instanceTypes(String... instanceTypes) |
The instance types of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.instanceTypes(Collection<String> instanceTypes) |
The instance types of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.keyPair(String keyPair) |
The key pair of the infrastructure configuration.
|
default CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.logging(Consumer<Logging.Builder> logging) |
The logging configuration of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.logging(Logging logging) |
The logging configuration of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.name(String name) |
The name of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.resourceTags(Map<String,String> resourceTags) |
The tags attached to the resource created by Image Builder.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.securityGroupIds(String... securityGroupIds) |
The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) |
The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.snsTopicArn(String snsTopicArn) |
The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.subnetId(String subnetId) |
The subnet ID in which to place the instance used to customize your Amazon EC2 AMI.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.tags(Map<String,String> tags) |
The tags of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.Builder.terminateInstanceOnFailure(Boolean terminateInstanceOnFailure) |
The terminate instance on failure setting of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest.Builder |
CreateInfrastructureConfigurationRequest.toBuilder() |
|