Interface PrefixListId.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrefixListId.Builder,PrefixListId>,SdkBuilder<PrefixListId.Builder,PrefixListId>,SdkPojo
- Enclosing class:
- PrefixListId
public static interface PrefixListId.Builder extends SdkPojo, CopyableBuilder<PrefixListId.Builder,PrefixListId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrefixListId.Builderdescription(String description)A description for the security group rule that references this prefix list ID.PrefixListId.BuilderprefixListId(String prefixListId)The ID of the prefix.-
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
-
description
PrefixListId.Builder description(String description)
A description for the security group rule that references this prefix list ID.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
- Parameters:
description- A description for the security group rule that references this prefix list ID.Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefixListId
PrefixListId.Builder prefixListId(String prefixListId)
The ID of the prefix.
- Parameters:
prefixListId- The ID of the prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-