Interface FirewallDomainListMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FirewallDomainListMetadata.Builder,FirewallDomainListMetadata>,SdkBuilder<FirewallDomainListMetadata.Builder,FirewallDomainListMetadata>,SdkPojo
- Enclosing class:
- FirewallDomainListMetadata
public static interface FirewallDomainListMetadata.Builder extends SdkPojo, CopyableBuilder<FirewallDomainListMetadata.Builder,FirewallDomainListMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallDomainListMetadata.Builderarn(String arn)The Amazon Resource Name (ARN) of the firewall domain list metadata.FirewallDomainListMetadata.BuildercreatorRequestId(String creatorRequestId)A unique string defined by you to identify the request.FirewallDomainListMetadata.Builderid(String id)The ID of the domain list.FirewallDomainListMetadata.BuildermanagedOwnerName(String managedOwnerName)The owner of the list, used only for lists that are not managed by you.FirewallDomainListMetadata.Buildername(String name)The name of the domain 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
FirewallDomainListMetadata.Builder id(String id)
The ID of the domain list.
- Parameters:
id- The ID of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
FirewallDomainListMetadata.Builder arn(String arn)
The Amazon Resource Name (ARN) of the firewall domain list metadata.
- Parameters:
arn- The Amazon Resource Name (ARN) of the firewall domain list metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
FirewallDomainListMetadata.Builder name(String name)
The name of the domain list.
- Parameters:
name- The name of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorRequestId
FirewallDomainListMetadata.Builder creatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
- Parameters:
creatorRequestId- A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedOwnerName
FirewallDomainListMetadata.Builder managedOwnerName(String managedOwnerName)
The owner of the list, used only for lists that are not managed by you. For example, the managed domain list
AWSManagedDomainsMalwareDomainListhas the managed owner nameRoute 53 Resolver DNS Firewall.- Parameters:
managedOwnerName- The owner of the list, used only for lists that are not managed by you. For example, the managed domain listAWSManagedDomainsMalwareDomainListhas the managed owner nameRoute 53 Resolver DNS Firewall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-