Interface EntityType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EntityType.Builder,EntityType>,SdkBuilder<EntityType.Builder,EntityType>,SdkPojo
- Enclosing class:
- EntityType
public static interface EntityType.Builder extends SdkPojo, CopyableBuilder<EntityType.Builder,EntityType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityType.Builderarn(String arn)The entity type ARN.EntityType.BuildercreatedTime(String createdTime)Timestamp of when the entity type was created.EntityType.Builderdescription(String description)The entity type description.EntityType.BuilderlastUpdatedTime(String lastUpdatedTime)Timestamp of when the entity type was last updated.EntityType.Buildername(String name)The entity type name.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
EntityType.Builder name(String name)
The entity type name.
- Parameters:
name- The entity type name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
EntityType.Builder description(String description)
The entity type description.
- Parameters:
description- The entity type description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
EntityType.Builder lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the entity type was last updated.
- Parameters:
lastUpdatedTime- Timestamp of when the entity type was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
EntityType.Builder createdTime(String createdTime)
Timestamp of when the entity type was created.
- Parameters:
createdTime- Timestamp of when the entity type was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
EntityType.Builder arn(String arn)
The entity type ARN.
- Parameters:
arn- The entity type ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-