Interface ListCustomPermissionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCustomPermissionsResponse.Builder,ListCustomPermissionsResponse>,QuickSightResponse.Builder,SdkBuilder<ListCustomPermissionsResponse.Builder,ListCustomPermissionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCustomPermissionsResponse
@Mutable @NotThreadSafe public static interface ListCustomPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListCustomPermissionsResponse.Builder,ListCustomPermissionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomPermissionsResponse.BuildercustomPermissionsList(Collection<CustomPermissions> customPermissionsList)A list of custom permissions profiles.ListCustomPermissionsResponse.BuildercustomPermissionsList(Consumer<CustomPermissions.Builder>... customPermissionsList)A list of custom permissions profiles.ListCustomPermissionsResponse.BuildercustomPermissionsList(CustomPermissions... customPermissionsList)A list of custom permissions profiles.ListCustomPermissionsResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListCustomPermissionsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListCustomPermissionsResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
ListCustomPermissionsResponse.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.
-
customPermissionsList
ListCustomPermissionsResponse.Builder customPermissionsList(Collection<CustomPermissions> customPermissionsList)
A list of custom permissions profiles.
- Parameters:
customPermissionsList- A list of custom permissions profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customPermissionsList
ListCustomPermissionsResponse.Builder customPermissionsList(CustomPermissions... customPermissionsList)
A list of custom permissions profiles.
- Parameters:
customPermissionsList- A list of custom permissions profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customPermissionsList
ListCustomPermissionsResponse.Builder customPermissionsList(Consumer<CustomPermissions.Builder>... customPermissionsList)
A list of custom permissions profiles.
This is a convenience method that creates an instance of theCustomPermissions.Builderavoiding the need to create one manually viaCustomPermissions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#customPermissionsList(List.) - Parameters:
customPermissionsList- a consumer that will call methods onCustomPermissions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#customPermissionsList(java.util.Collection)
-
nextToken
ListCustomPermissionsResponse.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.
-
requestId
ListCustomPermissionsResponse.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.
-
-