Interface DescribeThemePermissionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeThemePermissionsResponse.Builder,DescribeThemePermissionsResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeThemePermissionsResponse.Builder,DescribeThemePermissionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeThemePermissionsResponse
public static interface DescribeThemePermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeThemePermissionsResponse.Builder,DescribeThemePermissionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeThemePermissionsResponse.Builderpermissions(Collection<ResourcePermission> permissions)A list of resource permissions set on the theme.DescribeThemePermissionsResponse.Builderpermissions(Consumer<ResourcePermission.Builder>... permissions)A list of resource permissions set on the theme.DescribeThemePermissionsResponse.Builderpermissions(ResourcePermission... permissions)A list of resource permissions set on the theme.DescribeThemePermissionsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeThemePermissionsResponse.Builderstatus(Integer status)The HTTP status of the request.DescribeThemePermissionsResponse.BuilderthemeArn(String themeArn)The Amazon Resource Name (ARN) of the theme.DescribeThemePermissionsResponse.BuilderthemeId(String themeId)The ID for the theme.-
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
-
themeId
DescribeThemePermissionsResponse.Builder themeId(String themeId)
The ID for the theme.
- Parameters:
themeId- The ID for the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeArn
DescribeThemePermissionsResponse.Builder themeArn(String themeArn)
The Amazon Resource Name (ARN) of the theme.
- Parameters:
themeArn- The Amazon Resource Name (ARN) of the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
DescribeThemePermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
A list of resource permissions set on the theme.
- Parameters:
permissions- A list of resource permissions set on the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
DescribeThemePermissionsResponse.Builder permissions(ResourcePermission... permissions)
A list of resource permissions set on the theme.
- Parameters:
permissions- A list of resource permissions set on the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
DescribeThemePermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
A list of resource permissions set on the theme.
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 to#permissions(List.) - 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:
#permissions(java.util.Collection)
-
requestId
DescribeThemePermissionsResponse.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.
-
status
DescribeThemePermissionsResponse.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.
-
-