Interface ListIdentityPropagationConfigsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListIdentityPropagationConfigsResponse.Builder,
,ListIdentityPropagationConfigsResponse> QuickSightResponse.Builder
,SdkBuilder<ListIdentityPropagationConfigsResponse.Builder,
,ListIdentityPropagationConfigsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListIdentityPropagationConfigsResponse
public static interface ListIdentityPropagationConfigsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListIdentityPropagationConfigsResponse.Builder,ListIdentityPropagationConfigsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token for the next set of results, or null if there are no more results.The Amazon Web Services request ID for this operation.services
(Collection<AuthorizedTargetsByService> services) A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.services
(Consumer<AuthorizedTargetsByService.Builder>... services) A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.services
(AuthorizedTargetsByService... services) A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
services
ListIdentityPropagationConfigsResponse.Builder services(Collection<AuthorizedTargetsByService> services) A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.
- Parameters:
services
- A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
services
A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.
- Parameters:
services
- A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
services
ListIdentityPropagationConfigsResponse.Builder services(Consumer<AuthorizedTargetsByService.Builder>... services) A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.
This is a convenience method that creates an instance of theAuthorizedTargetsByService.Builder
avoiding the need to create one manually viaAuthorizedTargetsByService.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toservices(List<AuthorizedTargetsByService>)
.- Parameters:
services
- a consumer that will call methods onAuthorizedTargetsByService.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken
- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-