Package software.amazon.awssdk.regions
Interface PartitionEndpointKey.Builder
-
- Enclosing class:
- PartitionEndpointKey
@Mutable public static interface PartitionEndpointKey.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartitionEndpointKey
build()
Create aPartitionEndpointKey
from the configuration on this builder.PartitionEndpointKey.Builder
tags(Collection<EndpointTag> tags)
Configure the tags associated with the partition endpoint that should be retrieved.PartitionEndpointKey.Builder
tags(EndpointTag... tags)
Configure the tags associated with the partition endpoint that should be retrieved.
-
-
-
Method Detail
-
tags
PartitionEndpointKey.Builder tags(Collection<EndpointTag> tags)
Configure the tags associated with the partition endpoint that should be retrieved.
-
tags
PartitionEndpointKey.Builder tags(EndpointTag... tags)
Configure the tags associated with the partition endpoint that should be retrieved.
-
build
PartitionEndpointKey build()
Create aPartitionEndpointKey
from the configuration on this builder.
-
-