Interface ListVpcIngressConnectionsResponse.Builder
-
- All Superinterfaces:
AppRunnerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListVpcIngressConnectionsResponse.Builder,ListVpcIngressConnectionsResponse>,SdkBuilder<ListVpcIngressConnectionsResponse.Builder,ListVpcIngressConnectionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListVpcIngressConnectionsResponse
public static interface ListVpcIngressConnectionsResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ListVpcIngressConnectionsResponse.Builder,ListVpcIngressConnectionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVpcIngressConnectionsResponse.BuildernextToken(String nextToken)The token that you can pass in a subsequent request to get the next result page.ListVpcIngressConnectionsResponse.BuildervpcIngressConnectionSummaryList(Collection<VpcIngressConnectionSummary> vpcIngressConnectionSummaryList)A list of summary information records for VPC Ingress Connections.ListVpcIngressConnectionsResponse.BuildervpcIngressConnectionSummaryList(Consumer<VpcIngressConnectionSummary.Builder>... vpcIngressConnectionSummaryList)A list of summary information records for VPC Ingress Connections.ListVpcIngressConnectionsResponse.BuildervpcIngressConnectionSummaryList(VpcIngressConnectionSummary... vpcIngressConnectionSummaryList)A list of summary information records for VPC Ingress Connections.-
Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
vpcIngressConnectionSummaryList
ListVpcIngressConnectionsResponse.Builder vpcIngressConnectionSummaryList(Collection<VpcIngressConnectionSummary> vpcIngressConnectionSummaryList)
A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to
MaxResultsrecords for each call.- Parameters:
vpcIngressConnectionSummaryList- A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up toMaxResultsrecords for each call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcIngressConnectionSummaryList
ListVpcIngressConnectionsResponse.Builder vpcIngressConnectionSummaryList(VpcIngressConnectionSummary... vpcIngressConnectionSummaryList)
A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to
MaxResultsrecords for each call.- Parameters:
vpcIngressConnectionSummaryList- A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up toMaxResultsrecords for each call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcIngressConnectionSummaryList
ListVpcIngressConnectionsResponse.Builder vpcIngressConnectionSummaryList(Consumer<VpcIngressConnectionSummary.Builder>... vpcIngressConnectionSummaryList)
A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to
This is a convenience method that creates an instance of theMaxResultsrecords for each call.VpcIngressConnectionSummary.Builderavoiding the need to create one manually viaVpcIngressConnectionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpcIngressConnectionSummaryList(List.) - Parameters:
vpcIngressConnectionSummaryList- a consumer that will call methods onVpcIngressConnectionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpcIngressConnectionSummaryList(java.util.Collection)
-
nextToken
ListVpcIngressConnectionsResponse.Builder nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
- Parameters:
nextToken- The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-