public class CertificateMergeParameters extends Object
| Constructor and Description |
|---|
CertificateMergeParameters() |
| Modifier and Type | Method and Description |
|---|---|
CertificateAttributes |
certificateAttributes()
Get the certificateAttributes value.
|
Map<String,String> |
tags()
Get the tags value.
|
CertificateMergeParameters |
withCertificateAttributes(CertificateAttributes certificateAttributes)
Set the certificateAttributes value.
|
CertificateMergeParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
CertificateMergeParameters |
withX509Certificates(List<byte[]> x509Certificates)
Set the x509Certificates value.
|
List<byte[]> |
x509Certificates()
Get the x509Certificates value.
|
public List<byte[]> x509Certificates()
public CertificateMergeParameters withX509Certificates(List<byte[]> x509Certificates)
x509Certificates - the x509Certificates value to setpublic CertificateAttributes certificateAttributes()
public CertificateMergeParameters withCertificateAttributes(CertificateAttributes certificateAttributes)
certificateAttributes - the certificateAttributes value to setpublic CertificateMergeParameters withTags(Map<String,String> tags)
tags - the tags 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.
*/