Interface ListVpcConnectionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListVpcConnectionsResponse.Builder,ListVpcConnectionsResponse>,QuickSightResponse.Builder,SdkBuilder<ListVpcConnectionsResponse.Builder,ListVpcConnectionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListVpcConnectionsResponse
@Mutable @NotThreadSafe public static interface ListVpcConnectionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListVpcConnectionsResponse.Builder,ListVpcConnectionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVpcConnectionsResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListVpcConnectionsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListVpcConnectionsResponse.Builderstatus(Integer status)The HTTP status of the request.ListVpcConnectionsResponse.BuildervpcConnectionSummaries(Collection<VPCConnectionSummary> vpcConnectionSummaries)AVPCConnectionSummariesobject that returns a summary of VPC connection objects.ListVpcConnectionsResponse.BuildervpcConnectionSummaries(Consumer<VPCConnectionSummary.Builder>... vpcConnectionSummaries)AVPCConnectionSummariesobject that returns a summary of VPC connection objects.ListVpcConnectionsResponse.BuildervpcConnectionSummaries(VPCConnectionSummary... vpcConnectionSummaries)AVPCConnectionSummariesobject that returns a summary of VPC connection objects.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.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
-
vpcConnectionSummaries
ListVpcConnectionsResponse.Builder vpcConnectionSummaries(Collection<VPCConnectionSummary> vpcConnectionSummaries)
A
VPCConnectionSummariesobject that returns a summary of VPC connection objects.- Parameters:
vpcConnectionSummaries- AVPCConnectionSummariesobject that returns a summary of VPC connection objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnectionSummaries
ListVpcConnectionsResponse.Builder vpcConnectionSummaries(VPCConnectionSummary... vpcConnectionSummaries)
A
VPCConnectionSummariesobject that returns a summary of VPC connection objects.- Parameters:
vpcConnectionSummaries- AVPCConnectionSummariesobject that returns a summary of VPC connection objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnectionSummaries
ListVpcConnectionsResponse.Builder vpcConnectionSummaries(Consumer<VPCConnectionSummary.Builder>... vpcConnectionSummaries)
A
This is a convenience method that creates an instance of theVPCConnectionSummariesobject that returns a summary of VPC connection objects.VPCConnectionSummary.Builderavoiding the need to create one manually viaVPCConnectionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpcConnectionSummaries(List.) - Parameters:
vpcConnectionSummaries- a consumer that will call methods onVPCConnectionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpcConnectionSummaries(java.util.Collection)
-
nextToken
ListVpcConnectionsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
ListVpcConnectionsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListVpcConnectionsResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-