Package software.amazon.awssdk.regions
Interface ServiceEndpointKey.Builder
-
- Enclosing class:
- ServiceEndpointKey
@Mutable public static interface ServiceEndpointKey.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceEndpointKeybuild()Build aServiceEndpointKeyusing the configuration on this builder.ServiceEndpointKey.Builderregion(Region region)Configure the region associated with the endpoint that should be loaded.ServiceEndpointKey.Buildertags(Collection<EndpointTag> tags)Configure the tags associated with the endpoint that should be loaded.ServiceEndpointKey.Buildertags(EndpointTag... tags)Configure the tags associated with the endpoint that should be loaded.
-
-
-
Method Detail
-
region
ServiceEndpointKey.Builder region(Region region)
Configure the region associated with the endpoint that should be loaded.
-
tags
ServiceEndpointKey.Builder tags(Collection<EndpointTag> tags)
Configure the tags associated with the endpoint that should be loaded.
-
tags
ServiceEndpointKey.Builder tags(EndpointTag... tags)
Configure the tags associated with the endpoint that should be loaded.
-
build
ServiceEndpointKey build()
Build aServiceEndpointKeyusing the configuration on this builder.
-
-