@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFlywheelRequest extends ComprehendRequest implements ToCopyableBuilder<UpdateFlywheelRequest.Builder,UpdateFlywheelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFlywheelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
activeModelArn()
The Amazon Resource Number (ARN) of the active model version.
|
static UpdateFlywheelRequest.Builder |
builder() |
String |
dataAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel
data.
|
UpdateDataSecurityConfig |
dataSecurityConfig()
Flywheel data security configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flywheelArn()
The Amazon Resource Number (ARN) of the flywheel to update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFlywheelRequest.Builder> |
serializableBuilderClass() |
UpdateFlywheelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String flywheelArn()
The Amazon Resource Number (ARN) of the flywheel to update.
public final String activeModelArn()
The Amazon Resource Number (ARN) of the active model version.
public final String dataAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
public final UpdateDataSecurityConfig dataSecurityConfig()
Flywheel data security configuration.
public UpdateFlywheelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFlywheelRequest.Builder,UpdateFlywheelRequest>toBuilder in class ComprehendRequestpublic static UpdateFlywheelRequest.Builder builder()
public static Class<? extends UpdateFlywheelRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.