Interface DockerSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DockerSettings.Builder,
,DockerSettings> SdkBuilder<DockerSettings.Builder,
,DockerSettings> SdkPojo
- Enclosing class:
DockerSettings
public static interface DockerSettings.Builder
extends SdkPojo, CopyableBuilder<DockerSettings.Builder,DockerSettings>
-
Method Summary
Modifier and TypeMethodDescriptionenableDockerAccess
(String enableDockerAccess) Indicates whether the domain can access Docker.enableDockerAccess
(FeatureStatus enableDockerAccess) Indicates whether the domain can access Docker.vpcOnlyTrustedAccounts
(String... vpcOnlyTrustedAccounts) The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.vpcOnlyTrustedAccounts
(Collection<String> vpcOnlyTrustedAccounts) The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
enableDockerAccess
Indicates whether the domain can access Docker.
- Parameters:
enableDockerAccess
- Indicates whether the domain can access Docker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enableDockerAccess
Indicates whether the domain can access Docker.
- Parameters:
enableDockerAccess
- Indicates whether the domain can access Docker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcOnlyTrustedAccounts
The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.
- Parameters:
vpcOnlyTrustedAccounts
- The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcOnlyTrustedAccounts
The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.
- Parameters:
vpcOnlyTrustedAccounts
- The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-