Interface IpAccessSettingsSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpAccessSettingsSummary.Builder,IpAccessSettingsSummary>,SdkBuilder<IpAccessSettingsSummary.Builder,IpAccessSettingsSummary>,SdkPojo
- Enclosing class:
- IpAccessSettingsSummary
public static interface IpAccessSettingsSummary.Builder extends SdkPojo, CopyableBuilder<IpAccessSettingsSummary.Builder,IpAccessSettingsSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpAccessSettingsSummary.BuildercreationDate(Instant creationDate)The creation date timestamp of the IP access settings.IpAccessSettingsSummary.Builderdescription(String description)The description of the IP access settings.IpAccessSettingsSummary.BuilderdisplayName(String displayName)The display name of the IP access settings.IpAccessSettingsSummary.BuilderipAccessSettingsArn(String ipAccessSettingsArn)The ARN of IP access settings.-
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
-
creationDate
IpAccessSettingsSummary.Builder creationDate(Instant creationDate)
The creation date timestamp of the IP access settings.
- Parameters:
creationDate- The creation date timestamp of the IP access settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
IpAccessSettingsSummary.Builder description(String description)
The description of the IP access settings.
- Parameters:
description- The description of the IP access settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
IpAccessSettingsSummary.Builder displayName(String displayName)
The display name of the IP access settings.
- Parameters:
displayName- The display name of the IP access settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAccessSettingsArn
IpAccessSettingsSummary.Builder ipAccessSettingsArn(String ipAccessSettingsArn)
The ARN of IP access settings.
- Parameters:
ipAccessSettingsArn- The ARN of IP access settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-