public static interface DescribeSmbSettingsResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeSmbSettingsResponse.Builder,DescribeSmbSettingsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeSmbSettingsResponse.Builder |
domainName(String domainName)
The name of the domain that the gateway is joined to.
|
DescribeSmbSettingsResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeSmbSettingsResponse.Builder |
smbGuestPasswordSet(Boolean smbGuestPasswordSet)
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeSmbSettingsResponse.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.DescribeSmbSettingsResponse.Builder domainName(String domainName)
The name of the domain that the gateway is joined to.
domainName
- The name of the domain that the gateway is joined to.DescribeSmbSettingsResponse.Builder smbGuestPasswordSet(Boolean smbGuestPasswordSet)
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
smbGuestPasswordSet
- This value is true if a password for the guest user “smbguest” is set, and otherwise false.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.