Interface UpdateEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateEndpointResponse.Builder,UpdateEndpointResponse>,EventBridgeResponse.Builder,SdkBuilder<UpdateEndpointResponse.Builder,UpdateEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateEndpointResponse
public static interface UpdateEndpointResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<UpdateEndpointResponse.Builder,UpdateEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateEndpointResponse.Builderarn(String arn)The ARN of the endpoint you updated in this request.UpdateEndpointResponse.BuilderendpointId(String endpointId)The ID of the endpoint you updated in this request.UpdateEndpointResponse.BuilderendpointUrl(String endpointUrl)The URL of the endpoint you updated in this request.UpdateEndpointResponse.BuildereventBuses(Collection<EndpointEventBus> eventBuses)The event buses used for replication for the endpoint you updated in this request.UpdateEndpointResponse.BuildereventBuses(Consumer<EndpointEventBus.Builder>... eventBuses)The event buses used for replication for the endpoint you updated in this request.UpdateEndpointResponse.BuildereventBuses(EndpointEventBus... eventBuses)The event buses used for replication for the endpoint you updated in this request.UpdateEndpointResponse.Buildername(String name)The name of the endpoint you updated in this request.default UpdateEndpointResponse.BuilderreplicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig)Whether event replication was enabled or disabled for the endpoint you updated in this request.UpdateEndpointResponse.BuilderreplicationConfig(ReplicationConfig replicationConfig)Whether event replication was enabled or disabled for the endpoint you updated in this request.UpdateEndpointResponse.BuilderroleArn(String roleArn)The ARN of the role used by event replication for the endpoint you updated in this request.default UpdateEndpointResponse.BuilderroutingConfig(Consumer<RoutingConfig.Builder> routingConfig)The routing configuration you updated in this request.UpdateEndpointResponse.BuilderroutingConfig(RoutingConfig routingConfig)The routing configuration you updated in this request.UpdateEndpointResponse.Builderstate(String state)The state of the endpoint you updated in this request.UpdateEndpointResponse.Builderstate(EndpointState state)The state of the endpoint you updated in this request.-
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
UpdateEndpointResponse.Builder name(String name)
The name of the endpoint you updated in this request.
- Parameters:
name- The name of the endpoint you updated in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
UpdateEndpointResponse.Builder arn(String arn)
The ARN of the endpoint you updated in this request.
- Parameters:
arn- The ARN of the endpoint you updated in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfig
UpdateEndpointResponse.Builder routingConfig(RoutingConfig routingConfig)
The routing configuration you updated in this request.
- Parameters:
routingConfig- The routing configuration you updated in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfig
default UpdateEndpointResponse.Builder routingConfig(Consumer<RoutingConfig.Builder> routingConfig)
The routing configuration you updated in this request.
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
UpdateEndpointResponse.Builder replicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled for the endpoint you updated in this request.
- Parameters:
replicationConfig- Whether event replication was enabled or disabled for the endpoint you updated in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationConfig
default UpdateEndpointResponse.Builder replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig)
Whether event replication was enabled or disabled for the endpoint you updated in this request.
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
UpdateEndpointResponse.Builder eventBuses(Collection<EndpointEventBus> eventBuses)
The event buses used for replication for the endpoint you updated in this request.
- Parameters:
eventBuses- The event buses used for replication for the endpoint you updated in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventBuses
UpdateEndpointResponse.Builder eventBuses(EndpointEventBus... eventBuses)
The event buses used for replication for the endpoint you updated in this request.
- Parameters:
eventBuses- The event buses used for replication for the endpoint you updated in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventBuses
UpdateEndpointResponse.Builder eventBuses(Consumer<EndpointEventBus.Builder>... eventBuses)
The event buses used for replication for the endpoint you updated in this request.
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
UpdateEndpointResponse.Builder roleArn(String roleArn)
The ARN of the role used by event replication for the endpoint you updated in this request.
- Parameters:
roleArn- The ARN of the role used by event replication for the endpoint you updated in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointId
UpdateEndpointResponse.Builder endpointId(String endpointId)
The ID of the endpoint you updated in this request.
- Parameters:
endpointId- The ID of the endpoint you updated in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointUrl
UpdateEndpointResponse.Builder endpointUrl(String endpointUrl)
The URL of the endpoint you updated in this request.
- Parameters:
endpointUrl- The URL of the endpoint you updated in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
UpdateEndpointResponse.Builder state(String state)
The state of the endpoint you updated in this request.
- Parameters:
state- The state of the endpoint you updated in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointState,EndpointState
-
state
UpdateEndpointResponse.Builder state(EndpointState state)
The state of the endpoint you updated in this request.
- Parameters:
state- The state of the endpoint you updated in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointState,EndpointState
-
-