Uses of Interface
software.amazon.awssdk.services.eventbridge.model.DescribeEndpointResponse.Builder
Packages that use DescribeEndpointResponse.Builder
-
Uses of DescribeEndpointResponse.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return DescribeEndpointResponse.BuilderModifier and TypeMethodDescriptionThe ARN of the endpoint you asked for information about.DescribeEndpointResponse.builder()DescribeEndpointResponse.Builder.creationTime(Instant creationTime) The time the endpoint you asked for information about was created.DescribeEndpointResponse.Builder.description(String description) The description of the endpoint you asked for information about.DescribeEndpointResponse.Builder.endpointId(String endpointId) The ID of the endpoint you asked for information about.DescribeEndpointResponse.Builder.endpointUrl(String endpointUrl) The URL of the endpoint you asked for information about.DescribeEndpointResponse.Builder.eventBuses(Collection<EndpointEventBus> eventBuses) The event buses being used by the endpoint you asked for information about.DescribeEndpointResponse.Builder.eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses) The event buses being used by the endpoint you asked for information about.DescribeEndpointResponse.Builder.eventBuses(EndpointEventBus... eventBuses) The event buses being used by the endpoint you asked for information about.DescribeEndpointResponse.Builder.lastModifiedTime(Instant lastModifiedTime) The last time the endpoint you asked for information about was modified.The name of the endpoint you asked for information about.default DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder.replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig) Whether replication is enabled or disabled for the endpoint you asked for information about.DescribeEndpointResponse.Builder.replicationConfig(ReplicationConfig replicationConfig) Whether replication is enabled or disabled for the endpoint you asked for information about.The ARN of the role used by the endpoint you asked for information about.default DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder.routingConfig(Consumer<RoutingConfig.Builder> routingConfig) The routing configuration of the endpoint you asked for information about.DescribeEndpointResponse.Builder.routingConfig(RoutingConfig routingConfig) The routing configuration of the endpoint you asked for information about.The current state of the endpoint you asked for information about.DescribeEndpointResponse.Builder.state(EndpointState state) The current state of the endpoint you asked for information about.DescribeEndpointResponse.Builder.stateReason(String stateReason) The reason the endpoint you asked for information about is in its current state.DescribeEndpointResponse.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type DescribeEndpointResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeEndpointResponse.Builder>DescribeEndpointResponse.serializableBuilderClass()