public static interface ServerlessRequest.Builder extends SdkPojo, CopyableBuilder<ServerlessRequest.Builder,ServerlessRequest>
| Modifier and Type | Method and Description |
|---|---|
default ServerlessRequest.Builder |
clientAuthentication(Consumer<ServerlessClientAuthentication.Builder> clientAuthentication)
Includes all client authentication information.
|
ServerlessRequest.Builder |
clientAuthentication(ServerlessClientAuthentication clientAuthentication)
Includes all client authentication information.
|
ServerlessRequest.Builder |
vpcConfigs(Collection<VpcConfig> vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
ServerlessRequest.Builder |
vpcConfigs(Consumer<VpcConfig.Builder>... vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
ServerlessRequest.Builder |
vpcConfigs(VpcConfig... vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServerlessRequest.Builder vpcConfigs(Collection<VpcConfig> vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
vpcConfigs - The configuration of the Amazon VPCs for the cluster.
ServerlessRequest.Builder vpcConfigs(VpcConfig... vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
vpcConfigs - The configuration of the Amazon VPCs for the cluster.
ServerlessRequest.Builder vpcConfigs(Consumer<VpcConfig.Builder>... vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
This is a convenience method that creates an instance of theVpcConfig.Builder avoiding the need to create one
manually via VpcConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #vpcConfigs(List.
vpcConfigs - a consumer that will call methods on
VpcConfig.Builder#vpcConfigs(java.util.Collection) ServerlessRequest.Builder clientAuthentication(ServerlessClientAuthentication clientAuthentication)
Includes all client authentication information.
clientAuthentication - Includes all client authentication information.
default ServerlessRequest.Builder clientAuthentication(Consumer<ServerlessClientAuthentication.Builder> clientAuthentication)
Includes all client authentication information.
This is a convenience method that creates an instance of theServerlessClientAuthentication.Builder
avoiding the need to create one manually via ServerlessClientAuthentication.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to clientAuthentication(ServerlessClientAuthentication).
clientAuthentication - a consumer that will call methods on ServerlessClientAuthentication.BuilderclientAuthentication(ServerlessClientAuthentication)Copyright © 2023. All rights reserved.