Interface ProfileResourceAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProfileResourceAssociation.Builder,
,ProfileResourceAssociation> SdkBuilder<ProfileResourceAssociation.Builder,
,ProfileResourceAssociation> SdkPojo
- Enclosing class:
ProfileResourceAssociation
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The date and time that the Profile resource association was created, in Unix time format and Coordinated Universal Time (UTC).ID of the Profile resource association.modificationTime
(Instant modificationTime) The date and time that the Profile resource association was modified, in Unix time format and Coordinated Universal Time (UTC).Name of the Profile resource association.Amazon Web Services account ID of the Profile resource association owner.Profile ID of the Profile that the resources are associated with.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the resource association.resourceProperties
(String resourceProperties) If the DNS resource is a DNS Firewall rule group, this indicates the priority.resourceType
(String resourceType) Resource type, such as a private hosted zone, or DNS Firewall rule group.Status of the Profile resource association.status
(ProfileStatus status) Status of the Profile resource association.statusMessage
(String statusMessage) Additional information about the Profile resource association.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 Details
-
creationTime
The date and time that the Profile resource association was created, in Unix time format and Coordinated Universal Time (UTC).
- Parameters:
creationTime
- The date and time that the Profile resource association was created, in Unix time format and Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ID of the Profile resource association.
- Parameters:
id
- ID of the Profile resource association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modificationTime
The date and time that the Profile resource association was modified, in Unix time format and Coordinated Universal Time (UTC).
- Parameters:
modificationTime
- The date and time that the Profile resource association was modified, in Unix time format and Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the Profile resource association.
- Parameters:
name
- Name of the Profile resource association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerId
Amazon Web Services account ID of the Profile resource association owner.
- Parameters:
ownerId
- Amazon Web Services account ID of the Profile resource association owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileId
Profile ID of the Profile that the resources are associated with.
- Parameters:
profileId
- Profile ID of the Profile that the resources are associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) of the resource association.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the resource association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceProperties
If the DNS resource is a DNS Firewall rule group, this indicates the priority.
- Parameters:
resourceProperties
- If the DNS resource is a DNS Firewall rule group, this indicates the priority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
Resource type, such as a private hosted zone, or DNS Firewall rule group.
- Parameters:
resourceType
- Resource type, such as a private hosted zone, or DNS Firewall rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Status of the Profile resource association.
- Parameters:
status
- Status of the Profile resource association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of the Profile resource association.
- Parameters:
status
- Status of the Profile resource association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
Additional information about the Profile resource association.
- Parameters:
statusMessage
- Additional information about the Profile resource association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-