Interface UpdateAppPermissionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAppPermissionsResponse.Builder,,UpdateAppPermissionsResponse> QuickSightResponse.Builder,SdkBuilder<UpdateAppPermissionsResponse.Builder,,UpdateAppPermissionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateAppPermissionsResponse
@Mutable
@NotThreadSafe
public static interface UpdateAppPermissionsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateAppPermissionsResponse.Builder,UpdateAppPermissionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the app.The Amazon Resource Name (ARN) of the app.permissions(Collection<ResourcePermission> permissions) The updated resource permissions for the app.permissions(Consumer<ResourcePermission.Builder>... permissions) The updated resource permissions for the app.permissions(ResourcePermission... permissions) The updated resource permissions for the app.The Amazon Web Services request ID for this operation.visibility(String visibility) The visibility of the app after the update (PRIVATEorPUBLIC).visibility(AppVisibility visibility) The visibility of the app after the update (PRIVATEorPUBLIC).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the app.
- Parameters:
arn- The Amazon Resource Name (ARN) of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appId
The ID of the app.
- Parameters:
appId- The ID of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The updated resource permissions for the app.
- Parameters:
permissions- The updated resource permissions for the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The updated resource permissions for the app.
- Parameters:
permissions- The updated resource permissions for the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
UpdateAppPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions) The updated resource permissions for the app.
This is a convenience method that creates an instance of theResourcePermission.Builderavoiding the need to create one manually viaResourcePermission.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topermissions(List<ResourcePermission>).- Parameters:
permissions- a consumer that will call methods onResourcePermission.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The visibility of the app after the update (
PRIVATEorPUBLIC).- Parameters:
visibility- The visibility of the app after the update (PRIVATEorPUBLIC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The visibility of the app after the update (
PRIVATEorPUBLIC).- Parameters:
visibility- The visibility of the app after the update (PRIVATEorPUBLIC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-