Interface PrivatecaCertificateAuthorityConfigSubjectConfigSubject
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCertificateAuthorityConfigSubjectConfigSubject.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.364Z") @Stability(Stable) public interface PrivatecaCertificateAuthorityConfigSubjectConfigSubject extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCertificateAuthorityConfigSubjectConfigSubject.BuilderA builder forPrivatecaCertificateAuthorityConfigSubjectConfigSubjectstatic classPrivatecaCertificateAuthorityConfigSubjectConfigSubject.Jsii$ProxyAn implementation forPrivatecaCertificateAuthorityConfigSubjectConfigSubject
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PrivatecaCertificateAuthorityConfigSubjectConfigSubject.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_authority#common_name PrivatecaCertificateAuthority#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_authority#organization PrivatecaCertificateAuthority#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_authority#country_code PrivatecaCertificateAuthority#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_authority#locality PrivatecaCertificateAuthority#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_authority#organizational_unit PrivatecaCertificateAuthority#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_authority#postal_code PrivatecaCertificateAuthority#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_authority#province PrivatecaCertificateAuthority#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_authority#street_address PrivatecaCertificateAuthority#street_address}
-
builder
@Stability(Stable) static PrivatecaCertificateAuthorityConfigSubjectConfigSubject.Builder builder()
-
-