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
Modifier and TypeMethodDescriptionaccessType(String accessType) The type of access to the endpoint for the Express service.accessType(AccessType accessType) The type of access to the endpoint for the Express service.The endpoint for access to the service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-
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.
-