Interface GetVerifiedAccessEndpointTargetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetVerifiedAccessEndpointTargetsResponse.Builder,,GetVerifiedAccessEndpointTargetsResponse> Ec2Response.Builder,SdkBuilder<GetVerifiedAccessEndpointTargetsResponse.Builder,,GetVerifiedAccessEndpointTargetsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetVerifiedAccessEndpointTargetsResponse
public static interface GetVerifiedAccessEndpointTargetsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetVerifiedAccessEndpointTargetsResponse.Builder,GetVerifiedAccessEndpointTargetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.verifiedAccessEndpointTargets(Collection<VerifiedAccessEndpointTarget> verifiedAccessEndpointTargets) The Verified Access targets.verifiedAccessEndpointTargets(Consumer<VerifiedAccessEndpointTarget.Builder>... verifiedAccessEndpointTargets) The Verified Access targets.verifiedAccessEndpointTargets(VerifiedAccessEndpointTarget... verifiedAccessEndpointTargets) The Verified Access targets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
verifiedAccessEndpointTargets
GetVerifiedAccessEndpointTargetsResponse.Builder verifiedAccessEndpointTargets(Collection<VerifiedAccessEndpointTarget> verifiedAccessEndpointTargets) The Verified Access targets.
- Parameters:
verifiedAccessEndpointTargets- The Verified Access targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifiedAccessEndpointTargets
GetVerifiedAccessEndpointTargetsResponse.Builder verifiedAccessEndpointTargets(VerifiedAccessEndpointTarget... verifiedAccessEndpointTargets) The Verified Access targets.
- Parameters:
verifiedAccessEndpointTargets- The Verified Access targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifiedAccessEndpointTargets
GetVerifiedAccessEndpointTargetsResponse.Builder verifiedAccessEndpointTargets(Consumer<VerifiedAccessEndpointTarget.Builder>... verifiedAccessEndpointTargets) The Verified Access targets.
This is a convenience method that creates an instance of theVerifiedAccessEndpointTarget.Builderavoiding the need to create one manually viaVerifiedAccessEndpointTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toverifiedAccessEndpointTargets(List<VerifiedAccessEndpointTarget>).- Parameters:
verifiedAccessEndpointTargets- a consumer that will call methods onVerifiedAccessEndpointTarget.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-