public class SubjectAlternativeNames extends Object
| Constructor and Description |
|---|
SubjectAlternativeNames() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
dnsNames()
Get the dnsNames value.
|
List<String> |
emails()
Get the emails value.
|
List<String> |
upns()
Get the upns value.
|
SubjectAlternativeNames |
withDnsNames(List<String> dnsNames)
Set the dnsNames value.
|
SubjectAlternativeNames |
withEmails(List<String> emails)
Set the emails value.
|
SubjectAlternativeNames |
withUpns(List<String> upns)
Set the upns value.
|
public SubjectAlternativeNames withEmails(List<String> emails)
emails - the emails value to setpublic SubjectAlternativeNames withDnsNames(List<String> dnsNames)
dnsNames - the dnsNames value to setpublic SubjectAlternativeNames withUpns(List<String> upns)
upns - the upns value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/