public static interface DescribeEndpointResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointResponse.Builder,DescribeEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointResponse.Builder |
arn(String arn)
The ARN of the endpoint you asked for information about.
|
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.
|
DescribeEndpointResponse.Builder |
name(String name)
The name of the endpoint you asked for information about.
|
default DescribeEndpointResponse.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.
|
DescribeEndpointResponse.Builder |
roleArn(String roleArn)
The ARN of the role used by the endpoint you asked for information about.
|
default DescribeEndpointResponse.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.
|
DescribeEndpointResponse.Builder |
state(EndpointState state)
The current state of the endpoint you asked for information about.
|
DescribeEndpointResponse.Builder |
state(String 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointResponse.Builder name(String name)
The name of the endpoint you asked for information about.
name - The name of the endpoint you asked for information about.DescribeEndpointResponse.Builder description(String description)
The description of the endpoint you asked for information about.
description - The description of the endpoint you asked for information about.DescribeEndpointResponse.Builder arn(String arn)
The ARN of the endpoint you asked for information about.
arn - The ARN of the endpoint you asked for information about.DescribeEndpointResponse.Builder routingConfig(RoutingConfig routingConfig)
The routing configuration of the endpoint you asked for information about.
routingConfig - The routing configuration of the endpoint you asked for information about.default DescribeEndpointResponse.Builder routingConfig(Consumer<RoutingConfig.Builder> routingConfig)
The routing configuration of the endpoint you asked for information about.
This is a convenience method that creates an instance of theRoutingConfig.Builder avoiding the need
to create one manually via RoutingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to routingConfig(RoutingConfig).
routingConfig - a consumer that will call methods on RoutingConfig.BuilderroutingConfig(RoutingConfig)DescribeEndpointResponse.Builder replicationConfig(ReplicationConfig replicationConfig)
Whether replication is enabled or disabled for the endpoint you asked for information about.
replicationConfig - Whether replication is enabled or disabled for the endpoint you asked for information about.default DescribeEndpointResponse.Builder replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig)
Whether replication is enabled or disabled for the endpoint you asked for information about.
This is a convenience method that creates an instance of theReplicationConfig.Builder avoiding the
need to create one manually via ReplicationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to replicationConfig(ReplicationConfig).
replicationConfig - a consumer that will call methods on ReplicationConfig.BuilderreplicationConfig(ReplicationConfig)DescribeEndpointResponse.Builder eventBuses(Collection<EndpointEventBus> eventBuses)
The event buses being used by the endpoint you asked for information about.
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.
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.
This is a convenience method that creates an instance of theEndpointEventBus.Builder avoiding the need to
create one manually via EndpointEventBus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #eventBuses(List.
eventBuses - a consumer that will call methods on
EndpointEventBus.Builder#eventBuses(java.util.Collection) DescribeEndpointResponse.Builder roleArn(String roleArn)
The ARN of the role used by the endpoint you asked for information about.
roleArn - The ARN of the role used by the endpoint you asked for information about.DescribeEndpointResponse.Builder endpointId(String endpointId)
The ID of the endpoint you asked for information about.
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.
endpointUrl - The URL of the endpoint you asked for information about.DescribeEndpointResponse.Builder state(String state)
The current state of the endpoint you asked for information about.
state - The current state of the endpoint you asked for information about.EndpointState,
EndpointStateDescribeEndpointResponse.Builder state(EndpointState state)
The current state of the endpoint you asked for information about.
state - The current state of the endpoint you asked for information about.EndpointState,
EndpointStateDescribeEndpointResponse.Builder stateReason(String stateReason)
The reason the endpoint you asked for information about is in its current state.
stateReason - The reason the endpoint you asked for information about is in its current state.DescribeEndpointResponse.Builder creationTime(Instant creationTime)
The time the endpoint you asked for information about was created.
creationTime - The time the endpoint you asked for information about was created.DescribeEndpointResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The last time the endpoint you asked for information about was modified.
lastModifiedTime - The last time the endpoint you asked for information about was modified.Copyright © 2022. All rights reserved.