Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateOrganizationalUnitRequest.Builder,UpdateOrganizationalUnitRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateOrganizationalUnitRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateOrganizationalUnitRequest.Builder,UpdateOrganizationalUnitRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateOrganizationalUnitRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateOrganizationalUnitRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The new name that you want to assign to the OU.
|
String |
organizationalUnitId() |
The unique identifier (ID) of the OU that you want to rename.
|
static Class<? extends UpdateOrganizationalUnitRequest.Builder> |
serializableBuilderClass() |
|
UpdateOrganizationalUnitRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String organizationalUnitId()
The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.
The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
public String name()
The new name that you want to assign to the OU.
The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.
The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.
public UpdateOrganizationalUnitRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateOrganizationalUnitRequest.Builder,UpdateOrganizationalUnitRequest>
public static UpdateOrganizationalUnitRequest.Builder builder()
public static Class<? extends UpdateOrganizationalUnitRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.