@Generated(value="software.amazon.awssdk:codegen") public final class ServiceAccountCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceAccountCredentials.Builder,ServiceAccountCredentials>
Describes the credentials for the service account used by the streaming instance to connect to the directory.
Modifier and Type | Class and Description |
---|---|
static interface |
ServiceAccountCredentials.Builder |
Modifier and Type | Method and Description |
---|---|
String |
accountName()
The user name of the account.
|
String |
accountPassword()
The password for the account.
|
static ServiceAccountCredentials.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceAccountCredentials.Builder> |
serializableBuilderClass() |
ServiceAccountCredentials.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String accountName()
The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.
public String accountPassword()
The password for the account.
public ServiceAccountCredentials.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ServiceAccountCredentials.Builder,ServiceAccountCredentials>
public static ServiceAccountCredentials.Builder builder()
public static Class<? extends ServiceAccountCredentials.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.