Interface IpAccessSettingsSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IpAccessSettingsSummary.Builder,,- IpAccessSettingsSummary> - SdkBuilder<IpAccessSettingsSummary.Builder,,- IpAccessSettingsSummary> - SdkPojo
- Enclosing class:
- IpAccessSettingsSummary
@Mutable
@NotThreadSafe
public static interface IpAccessSettingsSummary.Builder
extends SdkPojo, CopyableBuilder<IpAccessSettingsSummary.Builder,IpAccessSettingsSummary> 
- 
Method SummaryModifier and TypeMethodDescriptioncreationDate(Instant creationDate) The creation date timestamp of the IP access settings.description(String description) The description of the IP access settings.displayName(String displayName) The display name of the IP access settings.ipAccessSettingsArn(String ipAccessSettingsArn) The ARN of IP access settings.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ipAccessSettingsArnThe 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.
 
- 
displayNameThe 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.
 
- 
descriptionThe 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.
 
- 
creationDateThe 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.
 
 
-