Interface IngressPathSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngressPathSummary.Builder,IngressPathSummary>,SdkBuilder<IngressPathSummary.Builder,IngressPathSummary>,SdkPojo
- Enclosing class:
- IngressPathSummary
@Mutable @NotThreadSafe public static interface IngressPathSummary.Builder extends SdkPojo, CopyableBuilder<IngressPathSummary.Builder,IngressPathSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngressPathSummary.BuilderaccessType(String accessType)The type of access to the endpoint for the Express service.IngressPathSummary.BuilderaccessType(AccessType accessType)The type of access to the endpoint for the Express service.IngressPathSummary.Builderendpoint(String endpoint)The endpoint for access to the service.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accessType
IngressPathSummary.Builder accessType(String accessType)
The type of access to the endpoint for the Express service.
- Parameters:
accessType- The type of access to the endpoint for the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessType,AccessType
-
accessType
IngressPathSummary.Builder accessType(AccessType accessType)
The type of access to the endpoint for the Express service.
- Parameters:
accessType- The type of access to the endpoint for the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessType,AccessType
-
endpoint
IngressPathSummary.Builder endpoint(String endpoint)
The endpoint for access to the service.
- Parameters:
endpoint- The endpoint for access to the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-