Interface IngressConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngressConfiguration.Builder,IngressConfiguration>,SdkBuilder<IngressConfiguration.Builder,IngressConfiguration>,SdkPojo
- Enclosing class:
- IngressConfiguration
public static interface IngressConfiguration.Builder extends SdkPojo, CopyableBuilder<IngressConfiguration.Builder,IngressConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngressConfiguration.BuilderisPubliclyAccessible(Boolean isPubliclyAccessible)Specifies whether your App Runner service is publicly accessible.-
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 Detail
-
isPubliclyAccessible
IngressConfiguration.Builder isPubliclyAccessible(Boolean isPubliclyAccessible)
Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to
True. To make the service privately accessible, from only within an Amazon VPC set it toFalse.- Parameters:
isPubliclyAccessible- Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it toTrue. To make the service privately accessible, from only within an Amazon VPC set it toFalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-