Interface Group.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Group.Builder,Group>,SdkBuilder<Group.Builder,Group>,SdkPojo
- Enclosing class:
- Group
public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Group.Builderarn(String arn)The ARN of the group.Group.BuildercreatedTime(Instant createdTime)The date and time that the group was created.Group.Builderid(String id)The unique ID of the group.Group.BuilderlastModifiedTime(Instant lastModifiedTime)The date and time that the group was most recently updated.Group.Buildername(String name)The name of the group.Group.Buildertags(Map<String,String> tags)The list of key-value pairs that are associated with the canary.-
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
-
id
Group.Builder id(String id)
The unique ID of the group.
- Parameters:
id- The unique ID of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Group.Builder name(String name)
The name of the group.
- Parameters:
name- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Group.Builder arn(String arn)
The ARN of the group.
- Parameters:
arn- The ARN of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Group.Builder tags(Map<String,String> tags)
The list of key-value pairs that are associated with the canary.
- Parameters:
tags- The list of key-value pairs that are associated with the canary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
Group.Builder createdTime(Instant createdTime)
The date and time that the group was created.
- Parameters:
createdTime- The date and time that the group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
Group.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the group was most recently updated.
- Parameters:
lastModifiedTime- The date and time that the group was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-