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 ServiceEndpointKey
build()
Build aServiceEndpointKey
using the configuration on this builder.ServiceEndpointKey.Builder
region(Region region)
Configure the region associated with the endpoint that should be loaded.ServiceEndpointKey.Builder
tags(Collection<EndpointTag> tags)
Configure the tags associated with the endpoint that should be loaded.ServiceEndpointKey.Builder
tags(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 aServiceEndpointKey
using the configuration on this builder.
-
-