Interface AllowDenyList.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AllowDenyList.Builder,AllowDenyList>,SdkBuilder<AllowDenyList.Builder,AllowDenyList>,SdkPojo
- Enclosing class:
- AllowDenyList
public static interface AllowDenyList.Builder extends SdkPojo, CopyableBuilder<AllowDenyList.Builder,AllowDenyList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowDenyList.Builderarn(String arn)The ARN of the list.AllowDenyList.BuildercreatedTime(String createdTime)The time the list was created.AllowDenyList.Builderdescription(String description)The description of the list.AllowDenyList.Buildername(String name)The name of the list.AllowDenyList.BuilderupdatedTime(String updatedTime)The time the list was last updated.AllowDenyList.BuildervariableType(String variableType)The variable type of the list.-
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
AllowDenyList.Builder name(String name)
The name of the list.
- Parameters:
name- The name of the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AllowDenyList.Builder description(String description)
The description of the list.
- Parameters:
description- The description of the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
variableType
AllowDenyList.Builder variableType(String variableType)
The variable type of the list.
- Parameters:
variableType- The variable type of the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
AllowDenyList.Builder createdTime(String createdTime)
The time the list was created.
- Parameters:
createdTime- The time the list was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTime
AllowDenyList.Builder updatedTime(String updatedTime)
The time the list was last updated.
- Parameters:
updatedTime- The time the list was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
AllowDenyList.Builder arn(String arn)
The ARN of the list.
- Parameters:
arn- The ARN of the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-