public static interface UpdateListenerResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<UpdateListenerResponse.Builder,UpdateListenerResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateListenerResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the listener.
arn - The Amazon Resource Name (ARN) of the listener.UpdateListenerResponse.Builder defaultAction(RuleAction defaultAction)
The action for the default rule.
defaultAction - The action for the default rule.default UpdateListenerResponse.Builder defaultAction(Consumer<RuleAction.Builder> defaultAction)
The action for the default rule.
This is a convenience method that creates an instance of theRuleAction.Builder avoiding the need to
create one manually via RuleAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to defaultAction(RuleAction).
defaultAction - a consumer that will call methods on RuleAction.BuilderdefaultAction(RuleAction)UpdateListenerResponse.Builder id(String id)
The ID of the listener.
id - The ID of the listener.UpdateListenerResponse.Builder name(String name)
The name of the listener.
name - The name of the listener.UpdateListenerResponse.Builder port(Integer port)
The listener port.
port - The listener port.UpdateListenerResponse.Builder protocol(String protocol)
The protocol of the listener.
protocol - The protocol of the listener.ListenerProtocol,
ListenerProtocolUpdateListenerResponse.Builder protocol(ListenerProtocol protocol)
The protocol of the listener.
protocol - The protocol of the listener.ListenerProtocol,
ListenerProtocolUpdateListenerResponse.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service.
serviceArn - The Amazon Resource Name (ARN) of the service.UpdateListenerResponse.Builder serviceId(String serviceId)
The ID of the service.
serviceId - The ID of the service.Copyright © 2023. All rights reserved.