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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIdentityPropagationConfigsResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListIdentityPropagationConfigsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListIdentityPropagationConfigsResponse.Builderservices(Collection<AuthorizedTargetsByService> services)A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.ListIdentityPropagationConfigsResponse.Builderservices(Consumer<AuthorizedTargetsByService.Builder>... services)A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.ListIdentityPropagationConfigsResponse.Builderservices(AuthorizedTargetsByService... services)A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.ListIdentityPropagationConfigsResponse.Builderstatus(Integer status)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 Detail
-
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
ListIdentityPropagationConfigsResponse.Builder services(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
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.Builderavoiding the need to create one manually viaAuthorizedTargetsByService.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#services(List.) - 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:
#services(java.util.Collection)
-
nextToken
ListIdentityPropagationConfigsResponse.Builder nextToken(String 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
ListIdentityPropagationConfigsResponse.Builder status(Integer 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
ListIdentityPropagationConfigsResponse.Builder requestId(String 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.
-
-