Interface PrivatecaCertificateConfigSubjectConfigSubject
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCertificateConfigSubjectConfigSubject.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.344Z") @Stability(Stable) public interface PrivatecaCertificateConfigSubjectConfigSubject extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCertificateConfigSubjectConfigSubject.BuilderA builder forPrivatecaCertificateConfigSubjectConfigSubjectstatic classPrivatecaCertificateConfigSubjectConfigSubject.Jsii$ProxyAn implementation forPrivatecaCertificateConfigSubjectConfigSubject
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PrivatecaCertificateConfigSubjectConfigSubject.Builderbuilder()StringgetCommonName()The common name of the distinguished name.default StringgetCountryCode()The country code of the subject.default StringgetLocality()The locality or city of the subject.StringgetOrganization()The organization of the subject.default StringgetOrganizationalUnit()The organizational unit of the subject.default StringgetPostalCode()The postal code of the subject.default StringgetProvince()The province, territory, or regional state of the subject.default StringgetStreetAddress()The street address of the subject.
-
-
-
Method Detail
-
getCommonName
@Stability(Stable) @NotNull String getCommonName()
The common name of the distinguished name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#common_name PrivatecaCertificate#common_name}
-
getOrganization
@Stability(Stable) @NotNull String getOrganization()
The organization of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#organization PrivatecaCertificate#organization}
-
getCountryCode
@Stability(Stable) @Nullable default String getCountryCode()
The country code of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#country_code PrivatecaCertificate#country_code}
-
getLocality
@Stability(Stable) @Nullable default String getLocality()
The locality or city of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#locality PrivatecaCertificate#locality}
-
getOrganizationalUnit
@Stability(Stable) @Nullable default String getOrganizationalUnit()
The organizational unit of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#organizational_unit PrivatecaCertificate#organizational_unit}
-
getPostalCode
@Stability(Stable) @Nullable default String getPostalCode()
The postal code of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#postal_code PrivatecaCertificate#postal_code}
-
getProvince
@Stability(Stable) @Nullable default String getProvince()
The province, territory, or regional state of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#province PrivatecaCertificate#province}
-
getStreetAddress
@Stability(Stable) @Nullable default String getStreetAddress()
The street address of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#street_address PrivatecaCertificate#street_address}
-
builder
@Stability(Stable) static PrivatecaCertificateConfigSubjectConfigSubject.Builder builder()
-
-