@Generated(value="software.amazon.awssdk:codegen") public final class ModifyDocumentPermissionRequest extends SsmRequest implements ToCopyableBuilder<ModifyDocumentPermissionRequest.Builder,ModifyDocumentPermissionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyDocumentPermissionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
accountIdsToAdd()
The AWS user accounts that should have access to the document.
|
List<String> |
accountIdsToRemove()
The AWS user accounts that should no longer have access to the document.
|
static ModifyDocumentPermissionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the document that you want to share.
|
DocumentPermissionType |
permissionType()
The permission type for the document.
|
String |
permissionTypeAsString()
The permission type for the document.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyDocumentPermissionRequest.Builder> |
serializableBuilderClass() |
ModifyDocumentPermissionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the document that you want to share.
public DocumentPermissionType permissionType()
The permission type for the document. The permission type can be Share.
If the service returns an enum value that is not available in the current SDK version, permissionType
will return DocumentPermissionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from permissionTypeAsString().
DocumentPermissionTypepublic String permissionTypeAsString()
The permission type for the document. The permission type can be Share.
If the service returns an enum value that is not available in the current SDK version, permissionType
will return DocumentPermissionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from permissionTypeAsString().
DocumentPermissionTypepublic List<String> accountIdsToAdd()
The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> accountIdsToRemove()
The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ModifyDocumentPermissionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyDocumentPermissionRequest.Builder,ModifyDocumentPermissionRequest>toBuilder in class SsmRequestpublic static ModifyDocumentPermissionRequest.Builder builder()
public static Class<? extends ModifyDocumentPermissionRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.