Interface ListProfilesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListProfilesResponse.Builder,
,ListProfilesResponse> Route53ProfilesResponse.Builder
,SdkBuilder<ListProfilesResponse.Builder,
,ListProfilesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListProfilesResponse
@Mutable
@NotThreadSafe
public static interface ListProfilesResponse.Builder
extends Route53ProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListProfilesResponse.Builder,ListProfilesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf more thanMaxResults
resource associations match the specified criteria, you can submit anotherListProfiles
request to get the next group of results.profileSummaries
(Collection<ProfileSummary> profileSummaries) Summary information about the Profiles.profileSummaries
(Consumer<ProfileSummary.Builder>... profileSummaries) Summary information about the Profiles.profileSummaries
(ProfileSummary... profileSummaries) Summary information about the Profiles.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53profiles.model.Route53ProfilesResponse.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 Details
-
nextToken
If more than
MaxResults
resource associations match the specified criteria, you can submit anotherListProfiles
request to get the next group of results. In the next request, specify the value ofNextToken
from the previous response.- Parameters:
nextToken
- If more thanMaxResults
resource associations match the specified criteria, you can submit anotherListProfiles
request to get the next group of results. In the next request, specify the value ofNextToken
from the previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileSummaries
Summary information about the Profiles.
- Parameters:
profileSummaries
- Summary information about the Profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileSummaries
Summary information about the Profiles.
- Parameters:
profileSummaries
- Summary information about the Profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileSummaries
Summary information about the Profiles.
This is a convenience method that creates an instance of theProfileSummary.Builder
avoiding the need to create one manually viaProfileSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprofileSummaries(List<ProfileSummary>)
.- Parameters:
profileSummaries
- a consumer that will call methods onProfileSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-