Interface HttpEndpointDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HttpEndpointDescription.Builder,HttpEndpointDescription>,SdkBuilder<HttpEndpointDescription.Builder,HttpEndpointDescription>,SdkPojo
- Enclosing class:
- HttpEndpointDescription
public static interface HttpEndpointDescription.Builder extends SdkPojo, CopyableBuilder<HttpEndpointDescription.Builder,HttpEndpointDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpEndpointDescription.Buildername(String name)The name of the HTTP endpoint selected as the destination.HttpEndpointDescription.Builderurl(String url)The URL of the HTTP endpoint selected as the destination.-
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
-
url
HttpEndpointDescription.Builder url(String url)
The URL of the HTTP endpoint selected as the destination.
- Parameters:
url- The URL of the HTTP endpoint selected as the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
HttpEndpointDescription.Builder name(String name)
The name of the HTTP endpoint selected as the destination.
- Parameters:
name- The name of the HTTP endpoint selected as the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-