public static interface AllowDenyList.Builder extends SdkPojo, CopyableBuilder<AllowDenyList.Builder,AllowDenyList>
| Modifier and Type | Method and Description |
|---|---|
AllowDenyList.Builder |
arn(String arn)
The ARN of the list.
|
AllowDenyList.Builder |
createdTime(String createdTime)
The time the list was created.
|
AllowDenyList.Builder |
description(String description)
The description of the list.
|
AllowDenyList.Builder |
name(String name)
The name of the list.
|
AllowDenyList.Builder |
updatedTime(String updatedTime)
The time the list was last updated.
|
AllowDenyList.Builder |
variableType(String variableType)
The variable type of the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAllowDenyList.Builder name(String name)
The name of the list.
name - The name of the list.AllowDenyList.Builder description(String description)
The description of the list.
description - The description of the list.AllowDenyList.Builder variableType(String variableType)
The variable type of the list.
variableType - The variable type of the list.AllowDenyList.Builder createdTime(String createdTime)
The time the list was created.
createdTime - The time the list was created.AllowDenyList.Builder updatedTime(String updatedTime)
The time the list was last updated.
updatedTime - The time the list was last updated.AllowDenyList.Builder arn(String arn)
The ARN of the list.
arn - The ARN of the list.Copyright © 2023. All rights reserved.