Class Administrator
- java.lang.Object
-
- software.amazon.awssdk.services.detective.model.Administrator
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Administrator.Builder,Administrator>
@Generated("software.amazon.awssdk:codegen") public final class Administrator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Administrator.Builder,Administrator>
Information about the Detective administrator account for an organization.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAdministrator.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The Amazon Web Services account identifier of the Detective administrator account for the organization.static Administrator.Builderbuilder()InstantdelegationTime()The date and time when the Detective administrator account was enabled.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgraphArn()The ARN of the organization behavior graph.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Administrator.Builder>serializableBuilderClass()Administrator.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountId
public final String accountId()
The Amazon Web Services account identifier of the Detective administrator account for the organization.
- Returns:
- The Amazon Web Services account identifier of the Detective administrator account for the organization.
-
graphArn
public final String graphArn()
The ARN of the organization behavior graph.
- Returns:
- The ARN of the organization behavior graph.
-
delegationTime
public final Instant delegationTime()
The date and time when the Detective administrator account was enabled. The value is an ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z.- Returns:
- The date and time when the Detective administrator account was enabled. The value is an ISO8601 formatted
string. For example,
2021-08-18T16:35:56.284Z.
-
toBuilder
public Administrator.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Administrator.Builder,Administrator>
-
builder
public static Administrator.Builder builder()
-
serializableBuilderClass
public static Class<? extends Administrator.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-