Interface DescribeEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEndpointResponse.Builder,DescribeEndpointResponse>,EventBridgeResponse.Builder,SdkBuilder<DescribeEndpointResponse.Builder,DescribeEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEndpointResponse
public static interface DescribeEndpointResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointResponse.Builder,DescribeEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeEndpointResponse.Builderarn(String arn)The ARN of the endpoint you asked for information about.DescribeEndpointResponse.BuildercreationTime(Instant creationTime)The time the endpoint you asked for information about was created.DescribeEndpointResponse.Builderdescription(String description)The description of the endpoint you asked for information about.DescribeEndpointResponse.BuilderendpointId(String endpointId)The ID of the endpoint you asked for information about.DescribeEndpointResponse.BuilderendpointUrl(String endpointUrl)The URL of the endpoint you asked for information about.DescribeEndpointResponse.BuildereventBuses(Collection<EndpointEventBus> eventBuses)The event buses being used by the endpoint you asked for information about.DescribeEndpointResponse.BuildereventBuses(Consumer<EndpointEventBus.Builder>... eventBuses)The event buses being used by the endpoint you asked for information about.DescribeEndpointResponse.BuildereventBuses(EndpointEventBus... eventBuses)The event buses being used by the endpoint you asked for information about.DescribeEndpointResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The last time the endpoint you asked for information about was modified.DescribeEndpointResponse.Buildername(String name)The name of the endpoint you asked for information about.default DescribeEndpointResponse.BuilderreplicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig)Whether replication is enabled or disabled for the endpoint you asked for information about.DescribeEndpointResponse.BuilderreplicationConfig(ReplicationConfig replicationConfig)Whether replication is enabled or disabled for the endpoint you asked for information about.DescribeEndpointResponse.BuilderroleArn(String roleArn)The ARN of the role used by the endpoint you asked for information about.default DescribeEndpointResponse.BuilderroutingConfig(Consumer<RoutingConfig.Builder> routingConfig)The routing configuration of the endpoint you asked for information about.DescribeEndpointResponse.BuilderroutingConfig(RoutingConfig routingConfig)The routing configuration of the endpoint you asked for information about.DescribeEndpointResponse.Builderstate(String state)The current state of the endpoint you asked for information about.DescribeEndpointResponse.Builderstate(EndpointState state)The current state of the endpoint you asked for information about.DescribeEndpointResponse.BuilderstateReason(String stateReason)The reason the endpoint you asked for information about is in its current state.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
name
DescribeEndpointResponse.Builder name(String name)
The name of the endpoint you asked for information about.
- Parameters:
name- The name of the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DescribeEndpointResponse.Builder description(String description)
The description of the endpoint you asked for information about.
- Parameters:
description- The description of the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
DescribeEndpointResponse.Builder arn(String arn)
The ARN of the endpoint you asked for information about.
- Parameters:
arn- The ARN of the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfig
DescribeEndpointResponse.Builder routingConfig(RoutingConfig routingConfig)
The routing configuration of the endpoint you asked for information about.
- Parameters:
routingConfig- The routing configuration of the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfig
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.Builderavoiding the need to create one manually viaRoutingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toroutingConfig(RoutingConfig).- Parameters:
routingConfig- a consumer that will call methods onRoutingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
routingConfig(RoutingConfig)
-
replicationConfig
DescribeEndpointResponse.Builder replicationConfig(ReplicationConfig replicationConfig)
Whether replication is enabled or disabled for the endpoint you asked for information about.
- Parameters:
replicationConfig- Whether replication is enabled or disabled for the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationConfig
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.Builderavoiding the need to create one manually viaReplicationConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplicationConfig(ReplicationConfig).- Parameters:
replicationConfig- a consumer that will call methods onReplicationConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
replicationConfig(ReplicationConfig)
-
eventBuses
DescribeEndpointResponse.Builder eventBuses(Collection<EndpointEventBus> eventBuses)
The event buses being used by the endpoint you asked for information about.
- Parameters:
eventBuses- The event buses being used by the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventBuses
DescribeEndpointResponse.Builder eventBuses(EndpointEventBus... eventBuses)
The event buses being used by the endpoint you asked for information about.
- Parameters:
eventBuses- The event buses being used by the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventBuses
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.Builderavoiding the need to create one manually viaEndpointEventBus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#eventBuses(List.) - Parameters:
eventBuses- a consumer that will call methods onEndpointEventBus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#eventBuses(java.util.Collection)
-
roleArn
DescribeEndpointResponse.Builder roleArn(String roleArn)
The ARN of the role used by the endpoint you asked for information about.
- Parameters:
roleArn- The ARN of the role used by the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointId
DescribeEndpointResponse.Builder endpointId(String endpointId)
The ID of the endpoint you asked for information about.
- Parameters:
endpointId- The ID of the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointUrl
DescribeEndpointResponse.Builder endpointUrl(String endpointUrl)
The URL of the endpoint you asked for information about.
- Parameters:
endpointUrl- The URL of the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
DescribeEndpointResponse.Builder state(String state)
The current state of the endpoint you asked for information about.
- Parameters:
state- The current state of the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointState,EndpointState
-
state
DescribeEndpointResponse.Builder state(EndpointState state)
The current state of the endpoint you asked for information about.
- Parameters:
state- The current state of the endpoint you asked for information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointState,EndpointState
-
stateReason
DescribeEndpointResponse.Builder stateReason(String stateReason)
The reason the endpoint you asked for information about is in its current state.
- Parameters:
stateReason- The reason the endpoint you asked for information about is in its current state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DescribeEndpointResponse.Builder creationTime(Instant creationTime)
The time the endpoint you asked for information about was created.
- Parameters:
creationTime- The time the endpoint you asked for information about was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
DescribeEndpointResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The last time the endpoint you asked for information about was modified.
- Parameters:
lastModifiedTime- The last time the endpoint you asked for information about was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-