Interface BatchGetVpcEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetVpcEndpointResponse.Builder,BatchGetVpcEndpointResponse>,OpenSearchServerlessResponse.Builder,SdkBuilder<BatchGetVpcEndpointResponse.Builder,BatchGetVpcEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchGetVpcEndpointResponse
public static interface BatchGetVpcEndpointResponse.Builder extends OpenSearchServerlessResponse.Builder, SdkPojo, CopyableBuilder<BatchGetVpcEndpointResponse.Builder,BatchGetVpcEndpointResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opensearchserverless.model.OpenSearchServerlessResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
vpcEndpointDetails
BatchGetVpcEndpointResponse.Builder vpcEndpointDetails(Collection<VpcEndpointDetail> vpcEndpointDetails)
Details about the specified VPC endpoint.
- Parameters:
vpcEndpointDetails- Details about the specified VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointDetails
BatchGetVpcEndpointResponse.Builder vpcEndpointDetails(VpcEndpointDetail... vpcEndpointDetails)
Details about the specified VPC endpoint.
- Parameters:
vpcEndpointDetails- Details about the specified VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointDetails
BatchGetVpcEndpointResponse.Builder vpcEndpointDetails(Consumer<VpcEndpointDetail.Builder>... vpcEndpointDetails)
Details about the specified VPC endpoint.
This is a convenience method that creates an instance of theVpcEndpointDetail.Builderavoiding the need to create one manually viaVpcEndpointDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpcEndpointDetails(List.) - Parameters:
vpcEndpointDetails- a consumer that will call methods onVpcEndpointDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpcEndpointDetails(java.util.Collection)
-
vpcEndpointErrorDetails
BatchGetVpcEndpointResponse.Builder vpcEndpointErrorDetails(Collection<VpcEndpointErrorDetail> vpcEndpointErrorDetails)
Error information for a failed request.
- Parameters:
vpcEndpointErrorDetails- Error information for a failed request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointErrorDetails
BatchGetVpcEndpointResponse.Builder vpcEndpointErrorDetails(VpcEndpointErrorDetail... vpcEndpointErrorDetails)
Error information for a failed request.
- Parameters:
vpcEndpointErrorDetails- Error information for a failed request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointErrorDetails
BatchGetVpcEndpointResponse.Builder vpcEndpointErrorDetails(Consumer<VpcEndpointErrorDetail.Builder>... vpcEndpointErrorDetails)
Error information for a failed request.
This is a convenience method that creates an instance of theVpcEndpointErrorDetail.Builderavoiding the need to create one manually viaVpcEndpointErrorDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpcEndpointErrorDetails(List.) - Parameters:
vpcEndpointErrorDetails- a consumer that will call methods onVpcEndpointErrorDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpcEndpointErrorDetails(java.util.Collection)
-
-