Interface ListProfileObjectTypeItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListProfileObjectTypeItem.Builder,ListProfileObjectTypeItem>,SdkBuilder<ListProfileObjectTypeItem.Builder,ListProfileObjectTypeItem>,SdkPojo
- Enclosing class:
- ListProfileObjectTypeItem
public static interface ListProfileObjectTypeItem.Builder extends SdkPojo, CopyableBuilder<ListProfileObjectTypeItem.Builder,ListProfileObjectTypeItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProfileObjectTypeItem.BuildercreatedAt(Instant createdAt)The timestamp of when the domain was created.ListProfileObjectTypeItem.Builderdescription(String description)Description of the profile object type.ListProfileObjectTypeItem.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the domain was most recently edited.ListProfileObjectTypeItem.BuildermaxAvailableProfileObjectCount(Integer maxAvailableProfileObjectCount)The amount of provisioned profile object max count available.ListProfileObjectTypeItem.BuildermaxProfileObjectCount(Integer maxProfileObjectCount)The amount of profile object max count assigned to the object type.ListProfileObjectTypeItem.BuilderobjectTypeName(String objectTypeName)The name of the profile object type.ListProfileObjectTypeItem.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.-
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
-
objectTypeName
ListProfileObjectTypeItem.Builder objectTypeName(String objectTypeName)
The name of the profile object type.
- Parameters:
objectTypeName- The name of the profile object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ListProfileObjectTypeItem.Builder description(String description)
Description of the profile object type.
- Parameters:
description- Description of the profile object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
ListProfileObjectTypeItem.Builder createdAt(Instant createdAt)
The timestamp of when the domain was created.
- Parameters:
createdAt- The timestamp of when the domain was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
ListProfileObjectTypeItem.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
- Parameters:
lastUpdatedAt- The timestamp of when the domain was most recently edited.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxProfileObjectCount
ListProfileObjectTypeItem.Builder maxProfileObjectCount(Integer maxProfileObjectCount)
The amount of profile object max count assigned to the object type.
- Parameters:
maxProfileObjectCount- The amount of profile object max count assigned to the object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxAvailableProfileObjectCount
ListProfileObjectTypeItem.Builder maxAvailableProfileObjectCount(Integer maxAvailableProfileObjectCount)
The amount of provisioned profile object max count available.
- Parameters:
maxAvailableProfileObjectCount- The amount of provisioned profile object max count available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ListProfileObjectTypeItem.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-