Interface UpdatePackageScopeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdatePackageScopeResponse.Builder,
,UpdatePackageScopeResponse> OpenSearchResponse.Builder
,SdkBuilder<UpdatePackageScopeResponse.Builder,
,UpdatePackageScopeResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdatePackageScopeResponse
@Mutable
@NotThreadSafe
public static interface UpdatePackageScopeResponse.Builder
extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<UpdatePackageScopeResponse.Builder,UpdatePackageScopeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe operation that was performed on the package scope.operation
(PackageScopeOperationEnum operation) The operation that was performed on the package scope.ID of the package whose scope was updated.packageUserList
(String... packageUserList) List of users who have access to the package after the scope update.packageUserList
(Collection<String> packageUserList) List of users who have access to the package after the scope update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.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 Details
-
packageID
ID of the package whose scope was updated.
- Parameters:
packageID
- ID of the package whose scope was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operation
The operation that was performed on the package scope.
- Parameters:
operation
- The operation that was performed on the package scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operation
The operation that was performed on the package scope.
- Parameters:
operation
- The operation that was performed on the package scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
packageUserList
List of users who have access to the package after the scope update.
- Parameters:
packageUserList
- List of users who have access to the package after the scope update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packageUserList
List of users who have access to the package after the scope update.
- Parameters:
packageUserList
- List of users who have access to the package after the scope update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-