Interface ListDomainVerificationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDomainVerificationsResponse.Builder,,ListDomainVerificationsResponse> SdkBuilder<ListDomainVerificationsResponse.Builder,,ListDomainVerificationsResponse> SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
ListDomainVerificationsResponse
@Mutable
@NotThreadSafe
public static interface ListDomainVerificationsResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListDomainVerificationsResponse.Builder,ListDomainVerificationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<DomainVerificationSummary> items) Information about the domain verifications.items(Consumer<DomainVerificationSummary.Builder>... items) Information about the domain verifications.items(DomainVerificationSummary... items) Information about the domain verifications.A pagination token for the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
items
Information about the domain verifications.
- Parameters:
items- Information about the domain verifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Information about the domain verifications.
- Parameters:
items- Information about the domain verifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Information about the domain verifications.
This is a convenience method that creates an instance of theDomainVerificationSummary.Builderavoiding the need to create one manually viaDomainVerificationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<DomainVerificationSummary>).- Parameters:
items- a consumer that will call methods onDomainVerificationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A pagination token for the next page of results.
- Parameters:
nextToken- A pagination token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-