Interface JoinDomainResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<JoinDomainResponse.Builder,,JoinDomainResponse> SdkBuilder<JoinDomainResponse.Builder,,JoinDomainResponse> SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
 JoinDomainResponse
- 
Method Summary
Modifier and TypeMethodDescriptionactiveDirectoryStatus(String activeDirectoryStatus) Indicates the status of the gateway as a member of the Active Directory domain.activeDirectoryStatus(ActiveDirectoryStatus activeDirectoryStatus) Indicates the status of the gateway as a member of the Active Directory domain.gatewayARN(String gatewayARN) The unique Amazon Resource Name (ARN) of the gateway that joined the domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
gatewayARN
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
- Parameters:
 gatewayARN- The unique Amazon Resource Name (ARN) of the gateway that joined the domain.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
activeDirectoryStatus
Indicates the status of the gateway as a member of the Active Directory domain.
This field is only used as part of a
JoinDomainrequest. It is not affected by Active Directory connectivity changes that occur after theJoinDomainrequest succeeds.- 
 
ACCESS_DENIED: Indicates that theJoinDomainoperation failed due to an authentication error. - 
 
DETACHED: Indicates that gateway is not joined to a domain. - 
 
JOINED: Indicates that the gateway has successfully joined a domain. - 
 
JOINING: Indicates that aJoinDomainoperation is in progress. - 
 
INSUFFICIENT_PERMISSIONS: Indicates that theJoinDomainoperation failed because the specified user lacks the necessary permissions to join the domain. - 
 
NETWORK_ERROR: Indicates thatJoinDomainoperation failed due to a network or connectivity error. - 
 
TIMEOUT: Indicates that theJoinDomainoperation failed because the operation didn't complete within the allotted time. - 
 
UNKNOWN_ERROR: Indicates that theJoinDomainoperation failed due to another type of error. 
- Parameters:
 activeDirectoryStatus- Indicates the status of the gateway as a member of the Active Directory domain.This field is only used as part of a
JoinDomainrequest. It is not affected by Active Directory connectivity changes that occur after theJoinDomainrequest succeeds.- 
        
ACCESS_DENIED: Indicates that theJoinDomainoperation failed due to an authentication error. - 
        
DETACHED: Indicates that gateway is not joined to a domain. - 
        
JOINED: Indicates that the gateway has successfully joined a domain. - 
        
JOINING: Indicates that aJoinDomainoperation is in progress. - 
        
INSUFFICIENT_PERMISSIONS: Indicates that theJoinDomainoperation failed because the specified user lacks the necessary permissions to join the domain. - 
        
NETWORK_ERROR: Indicates thatJoinDomainoperation failed due to a network or connectivity error. - 
        
TIMEOUT: Indicates that theJoinDomainoperation failed because the operation didn't complete within the allotted time. - 
        
UNKNOWN_ERROR: Indicates that theJoinDomainoperation failed due to another type of error. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
activeDirectoryStatus
Indicates the status of the gateway as a member of the Active Directory domain.
This field is only used as part of a
JoinDomainrequest. It is not affected by Active Directory connectivity changes that occur after theJoinDomainrequest succeeds.- 
 
ACCESS_DENIED: Indicates that theJoinDomainoperation failed due to an authentication error. - 
 
DETACHED: Indicates that gateway is not joined to a domain. - 
 
JOINED: Indicates that the gateway has successfully joined a domain. - 
 
JOINING: Indicates that aJoinDomainoperation is in progress. - 
 
INSUFFICIENT_PERMISSIONS: Indicates that theJoinDomainoperation failed because the specified user lacks the necessary permissions to join the domain. - 
 
NETWORK_ERROR: Indicates thatJoinDomainoperation failed due to a network or connectivity error. - 
 
TIMEOUT: Indicates that theJoinDomainoperation failed because the operation didn't complete within the allotted time. - 
 
UNKNOWN_ERROR: Indicates that theJoinDomainoperation failed due to another type of error. 
- Parameters:
 activeDirectoryStatus- Indicates the status of the gateway as a member of the Active Directory domain.This field is only used as part of a
JoinDomainrequest. It is not affected by Active Directory connectivity changes that occur after theJoinDomainrequest succeeds.- 
        
ACCESS_DENIED: Indicates that theJoinDomainoperation failed due to an authentication error. - 
        
DETACHED: Indicates that gateway is not joined to a domain. - 
        
JOINED: Indicates that the gateway has successfully joined a domain. - 
        
JOINING: Indicates that aJoinDomainoperation is in progress. - 
        
INSUFFICIENT_PERMISSIONS: Indicates that theJoinDomainoperation failed because the specified user lacks the necessary permissions to join the domain. - 
        
NETWORK_ERROR: Indicates thatJoinDomainoperation failed due to a network or connectivity error. - 
        
TIMEOUT: Indicates that theJoinDomainoperation failed because the operation didn't complete within the allotted time. - 
        
UNKNOWN_ERROR: Indicates that theJoinDomainoperation failed due to another type of error. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 
 -