public static final class AwsMetadata.AwsOrganizationalUnit.Builder extends GeneratedMessage.Builder<AwsMetadata.AwsOrganizationalUnit.Builder> implements AwsMetadata.AwsOrganizationalUnitOrBuilderAn Organizational Unit (OU) is a container of AWS accounts within a root of an organization. Policies that are attached to an OU apply to all accounts contained in that OU and in any child OUs.
Protobuf type google.cloud.securitycenter.v2.AwsMetadata.AwsOrganizationalUnit
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AwsMetadata.AwsOrganizationalUnit.BuilderImplements
AwsMetadata.AwsOrganizationalUnitOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AwsMetadata.AwsOrganizationalUnit build()| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit |
|
buildPartial()
public AwsMetadata.AwsOrganizationalUnit buildPartial()| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit |
|
clear()
public AwsMetadata.AwsOrganizationalUnit.Builder clear()| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit.Builder |
|
clearId()
public AwsMetadata.AwsOrganizationalUnit.Builder clearId()The unique identifier (ID) associated with this OU. The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits. For example, "ou-ab12-cd34ef56".
string id = 1;
| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit.Builder |
This builder for chaining. |
clearName()
public AwsMetadata.AwsOrganizationalUnit.Builder clearName()The friendly name of the OU.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public AwsMetadata.AwsOrganizationalUnit getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getId()
public String getId()The unique identifier (ID) associated with this OU. The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits. For example, "ou-ab12-cd34ef56".
string id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public ByteString getIdBytes()The unique identifier (ID) associated with this OU. The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits. For example, "ou-ab12-cd34ef56".
string id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getName()
public String getName()The friendly name of the OU.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()The friendly name of the OU.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AwsMetadata.AwsOrganizationalUnit other)
public AwsMetadata.AwsOrganizationalUnit.Builder mergeFrom(AwsMetadata.AwsOrganizationalUnit other)| Parameter | |
|---|---|
| Name | Description |
other |
AwsMetadata.AwsOrganizationalUnit |
| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AwsMetadata.AwsOrganizationalUnit.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AwsMetadata.AwsOrganizationalUnit.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit.Builder |
|
setId(String value)
public AwsMetadata.AwsOrganizationalUnit.Builder setId(String value)The unique identifier (ID) associated with this OU. The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits. For example, "ou-ab12-cd34ef56".
string id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe id to set. |
| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit.Builder |
This builder for chaining. |
setIdBytes(ByteString value)
public AwsMetadata.AwsOrganizationalUnit.Builder setIdBytes(ByteString value)The unique identifier (ID) associated with this OU. The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits. For example, "ou-ab12-cd34ef56".
string id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for id to set. |
| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit.Builder |
This builder for chaining. |
setName(String value)
public AwsMetadata.AwsOrganizationalUnit.Builder setName(String value)The friendly name of the OU.
string name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public AwsMetadata.AwsOrganizationalUnit.Builder setNameBytes(ByteString value)The friendly name of the OU.
string name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
AwsMetadata.AwsOrganizationalUnit.Builder |
This builder for chaining. |