Interface ListVpcConnectionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListVpcConnectionsResponse.Builder,ListVpcConnectionsResponse>
,QuickSightResponse.Builder
,SdkBuilder<ListVpcConnectionsResponse.Builder,ListVpcConnectionsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ListVpcConnectionsResponse
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.Builder
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.ListVpcConnectionsResponse.Builder
requestId(String requestId)
The Amazon Web Services request ID for this operation.ListVpcConnectionsResponse.Builder
status(Integer status)
The HTTP status of the request.ListVpcConnectionsResponse.Builder
vpcConnectionSummaries(Collection<VPCConnectionSummary> vpcConnectionSummaries)
AVPCConnectionSummaries
object that returns a summary of VPC connection objects.ListVpcConnectionsResponse.Builder
vpcConnectionSummaries(Consumer<VPCConnectionSummary.Builder>... vpcConnectionSummaries)
AVPCConnectionSummaries
object that returns a summary of VPC connection objects.ListVpcConnectionsResponse.Builder
vpcConnectionSummaries(VPCConnectionSummary... vpcConnectionSummaries)
AVPCConnectionSummaries
object 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
vpcConnectionSummaries
ListVpcConnectionsResponse.Builder vpcConnectionSummaries(Collection<VPCConnectionSummary> vpcConnectionSummaries)
A
VPCConnectionSummaries
object that returns a summary of VPC connection objects.- Parameters:
vpcConnectionSummaries
- AVPCConnectionSummaries
object 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
VPCConnectionSummaries
object that returns a summary of VPC connection objects.- Parameters:
vpcConnectionSummaries
- AVPCConnectionSummaries
object 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 theVPCConnectionSummaries
object that returns a summary of VPC connection objects.VPCConnectionSummary.Builder
avoiding the need to create one manually viaVPCConnectionSummary.builder()
.When the
Consumer
completes,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.
-
-