Interface SecurityConfigSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SecurityConfigSummary.Builder,SecurityConfigSummary>,SdkBuilder<SecurityConfigSummary.Builder,SecurityConfigSummary>,SdkPojo
- Enclosing class:
- SecurityConfigSummary
public static interface SecurityConfigSummary.Builder extends SdkPojo, CopyableBuilder<SecurityConfigSummary.Builder,SecurityConfigSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityConfigSummary.BuilderconfigVersion(String configVersion)The version of the security configuration.SecurityConfigSummary.BuildercreatedDate(Long createdDate)The Epoch time when the security configuration was created.SecurityConfigSummary.Builderdescription(String description)The description of the security configuration.SecurityConfigSummary.Builderid(String id)The unique identifier of the security configuration.SecurityConfigSummary.BuilderlastModifiedDate(Long lastModifiedDate)The timestamp of when the configuration was last modified.SecurityConfigSummary.Buildertype(String type)The type of security configuration.SecurityConfigSummary.Buildertype(SecurityConfigType type)The type of security configuration.-
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
-
configVersion
SecurityConfigSummary.Builder configVersion(String configVersion)
The version of the security configuration.
- Parameters:
configVersion- The version of the security configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
SecurityConfigSummary.Builder createdDate(Long createdDate)
The Epoch time when the security configuration was created.
- Parameters:
createdDate- The Epoch time when the security configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
SecurityConfigSummary.Builder description(String description)
The description of the security configuration.
- Parameters:
description- The description of the security configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
SecurityConfigSummary.Builder id(String id)
The unique identifier of the security configuration.
- Parameters:
id- The unique identifier of the security configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
SecurityConfigSummary.Builder lastModifiedDate(Long lastModifiedDate)
The timestamp of when the configuration was last modified.
- Parameters:
lastModifiedDate- The timestamp of when the configuration was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
SecurityConfigSummary.Builder type(String type)
The type of security configuration.
- Parameters:
type- The type of security configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SecurityConfigType,SecurityConfigType
-
type
SecurityConfigSummary.Builder type(SecurityConfigType type)
The type of security configuration.
- Parameters:
type- The type of security configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SecurityConfigType,SecurityConfigType
-
-