public static interface ListAppAuthorizationsResponse.Builder extends AppFabricResponse.Builder, SdkPojo, CopyableBuilder<ListAppAuthorizationsResponse.Builder,ListAppAuthorizationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppAuthorizationsResponse.Builder |
appAuthorizationSummaryList(AppAuthorizationSummary... appAuthorizationSummaryList)
Contains a list of app authorization summaries.
|
ListAppAuthorizationsResponse.Builder |
appAuthorizationSummaryList(Collection<AppAuthorizationSummary> appAuthorizationSummaryList)
Contains a list of app authorization summaries.
|
ListAppAuthorizationsResponse.Builder |
appAuthorizationSummaryList(Consumer<AppAuthorizationSummary.Builder>... appAuthorizationSummaryList)
Contains a list of app authorization summaries.
|
ListAppAuthorizationsResponse.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppAuthorizationsResponse.Builder appAuthorizationSummaryList(Collection<AppAuthorizationSummary> appAuthorizationSummaryList)
Contains a list of app authorization summaries.
appAuthorizationSummaryList - Contains a list of app authorization summaries.ListAppAuthorizationsResponse.Builder appAuthorizationSummaryList(AppAuthorizationSummary... appAuthorizationSummaryList)
Contains a list of app authorization summaries.
appAuthorizationSummaryList - Contains a list of app authorization summaries.ListAppAuthorizationsResponse.Builder appAuthorizationSummaryList(Consumer<AppAuthorizationSummary.Builder>... appAuthorizationSummaryList)
Contains a list of app authorization summaries.
This is a convenience method that creates an instance of theAppAuthorizationSummary.Builder avoiding the need to
create one manually via
AppAuthorizationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #appAuthorizationSummaryList(List.
appAuthorizationSummaryList - a consumer that will call methods on
AppAuthorizationSummary.Builder#appAuthorizationSummaryList(java.util.Collection) ListAppAuthorizationsResponse.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired
pagination token will return an HTTP 400 InvalidToken error.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken
error.Copyright © 2023. All rights reserved.