public static interface AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails.Builder |
hostname(String hostname)
The hostname to use in the /etc/hosts entry.
|
AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails.Builder |
ipAddress(String ipAddress)
The IP address to use in the /etc/hosts entry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails.Builder hostname(String hostname)
The hostname to use in the /etc/hosts entry.
hostname - The hostname to use in the /etc/hosts entry.AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails.Builder ipAddress(String ipAddress)
The IP address to use in the /etc/hosts entry.
ipAddress - The IP address to use in the /etc/hosts entry.Copyright © 2023. All rights reserved.