Interface SecurityProfileSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SecurityProfileSummary.Builder,SecurityProfileSummary>,SdkBuilder<SecurityProfileSummary.Builder,SecurityProfileSummary>,SdkPojo
- Enclosing class:
- SecurityProfileSummary
public static interface SecurityProfileSummary.Builder extends SdkPojo, CopyableBuilder<SecurityProfileSummary.Builder,SecurityProfileSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityProfileSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the security profile.SecurityProfileSummary.Builderid(String id)The identifier of the security profile.SecurityProfileSummary.BuilderlastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region where this resource was last modified.SecurityProfileSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when this resource was last modified.SecurityProfileSummary.Buildername(String name)The name of the security profile.-
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
-
id
SecurityProfileSummary.Builder id(String id)
The identifier of the security profile.
- Parameters:
id- The identifier of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
SecurityProfileSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the security profile.
- Parameters:
arn- The Amazon Resource Name (ARN) of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
SecurityProfileSummary.Builder name(String name)
The name of the security profile.
- Parameters:
name- The name of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
SecurityProfileSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
- Parameters:
lastModifiedTime- The timestamp when this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
SecurityProfileSummary.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedRegion- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-