Interface UpdateAnalysisPermissionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAnalysisPermissionsResponse.Builder,UpdateAnalysisPermissionsResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateAnalysisPermissionsResponse.Builder,UpdateAnalysisPermissionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateAnalysisPermissionsResponse
@Mutable @NotThreadSafe public static interface UpdateAnalysisPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateAnalysisPermissionsResponse.Builder,UpdateAnalysisPermissionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAnalysisPermissionsResponse.BuilderanalysisArn(String analysisArn)The Amazon Resource Name (ARN) of the analysis that you updated.UpdateAnalysisPermissionsResponse.BuilderanalysisId(String analysisId)The ID of the analysis that you updated permissions for.UpdateAnalysisPermissionsResponse.Builderpermissions(Collection<ResourcePermission> permissions)A structure that describes the principals and the resource-level permissions on an analysis.UpdateAnalysisPermissionsResponse.Builderpermissions(Consumer<ResourcePermission.Builder>... permissions)A structure that describes the principals and the resource-level permissions on an analysis.UpdateAnalysisPermissionsResponse.Builderpermissions(ResourcePermission... permissions)A structure that describes the principals and the resource-level permissions on an analysis.UpdateAnalysisPermissionsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.UpdateAnalysisPermissionsResponse.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
-
analysisArn
UpdateAnalysisPermissionsResponse.Builder analysisArn(String analysisArn)
The Amazon Resource Name (ARN) of the analysis that you updated.
- Parameters:
analysisArn- The Amazon Resource Name (ARN) of the analysis that you updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisId
UpdateAnalysisPermissionsResponse.Builder analysisId(String analysisId)
The ID of the analysis that you updated permissions for.
- Parameters:
analysisId- The ID of the analysis that you updated permissions for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
UpdateAnalysisPermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
- Parameters:
permissions- A structure that describes the principals and the resource-level permissions on an analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
UpdateAnalysisPermissionsResponse.Builder permissions(ResourcePermission... permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
- Parameters:
permissions- A structure that describes the principals and the resource-level permissions on an analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
UpdateAnalysisPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
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
UpdateAnalysisPermissionsResponse.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
UpdateAnalysisPermissionsResponse.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.
-
-