Uses of Interface
software.amazon.awssdk.services.sesv2.model.MultiRegionEndpoint.Builder
Packages that use MultiRegionEndpoint.Builder
-
Uses of MultiRegionEndpoint.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return MultiRegionEndpoint.BuilderModifier and TypeMethodDescriptionstatic MultiRegionEndpoint.BuilderMultiRegionEndpoint.builder()MultiRegionEndpoint.Builder.createdTimestamp(Instant createdTimestamp) The time stamp of when the multi-region endpoint (global-endpoint) was created.MultiRegionEndpoint.Builder.endpointId(String endpointId) The ID of the multi-region endpoint (global-endpoint).MultiRegionEndpoint.Builder.endpointName(String endpointName) The name of the multi-region endpoint (global-endpoint).MultiRegionEndpoint.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) The time stamp of when the multi-region endpoint (global-endpoint) was last updated.Primary and secondary regions between which multi-region endpoint splits sending traffic.MultiRegionEndpoint.Builder.regions(Collection<String> regions) Primary and secondary regions between which multi-region endpoint splits sending traffic.The status of the multi-region endpoint (global-endpoint).The status of the multi-region endpoint (global-endpoint).MultiRegionEndpoint.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type MultiRegionEndpoint.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MultiRegionEndpoint.Builder>MultiRegionEndpoint.serializableBuilderClass()