Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ConnectDirectoryRequest.Builder,ConnectDirectoryRequest>
@Generated("software.amazon.awssdk:codegen") public class ConnectDirectoryRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ConnectDirectoryRequest.Builder,ConnectDirectoryRequest>
Contains the inputs for the ConnectDirectory operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ConnectDirectoryRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ConnectDirectoryRequest.Builder |
builder() |
|
DirectoryConnectSettings |
connectSettings() |
A DirectoryConnectSettings object that contains additional information for the operation.
|
String |
description() |
A textual description for the directory.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The fully-qualified name of the on-premises directory, such as
corp.example.com . |
String |
password() |
The password for the on-premises user account.
|
static Class<? extends ConnectDirectoryRequest.Builder> |
serializableBuilderClass() |
|
String |
shortName() |
The NetBIOS name of the on-premises directory, such as
CORP . |
String |
size() |
The size of the directory.
|
ConnectDirectoryRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String name()
The fully-qualified name of the on-premises directory, such as corp.example.com
.
corp.example.com
.public String shortName()
The NetBIOS name of the on-premises directory, such as CORP
.
CORP
.public String password()
The password for the on-premises user account.
public String description()
A textual description for the directory.
public String size()
The size of the directory.
DirectorySize
public DirectoryConnectSettings connectSettings()
A DirectoryConnectSettings object that contains additional information for the operation.
public ConnectDirectoryRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConnectDirectoryRequest.Builder,ConnectDirectoryRequest>
public static ConnectDirectoryRequest.Builder builder()
public static Class<? extends ConnectDirectoryRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.