Interface GetMacieSessionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMacieSessionResponse.Builder,GetMacieSessionResponse>,Macie2Response.Builder,SdkBuilder<GetMacieSessionResponse.Builder,GetMacieSessionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMacieSessionResponse
public static interface GetMacieSessionResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetMacieSessionResponse.Builder,GetMacieSessionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMacieSessionResponse.BuildercreatedAt(Instant createdAt)The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.GetMacieSessionResponse.BuilderfindingPublishingFrequency(String findingPublishingFrequency)The frequency with which Amazon Macie publishes updates to policy findings for the account.GetMacieSessionResponse.BuilderfindingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)The frequency with which Amazon Macie publishes updates to policy findings for the account.GetMacieSessionResponse.BuilderserviceRole(String serviceRole)The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.GetMacieSessionResponse.Builderstatus(String status)The current status of the Amazon Macie account.GetMacieSessionResponse.Builderstatus(MacieStatus status)The current status of the Amazon Macie account.GetMacieSessionResponse.BuilderupdatedAt(Instant updatedAt)The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status or configuration settings for the Amazon Macie account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
GetMacieSessionResponse.Builder createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
- Parameters:
createdAt- The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingPublishingFrequency
GetMacieSessionResponse.Builder findingPublishingFrequency(String findingPublishingFrequency)
The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
- Parameters:
findingPublishingFrequency- The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingPublishingFrequency,FindingPublishingFrequency
-
findingPublishingFrequency
GetMacieSessionResponse.Builder findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
- Parameters:
findingPublishingFrequency- The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingPublishingFrequency,FindingPublishingFrequency
-
serviceRole
GetMacieSessionResponse.Builder serviceRole(String serviceRole)
The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.
- Parameters:
serviceRole- The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetMacieSessionResponse.Builder status(String status)
The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
- Parameters:
status- The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MacieStatus,MacieStatus
-
status
GetMacieSessionResponse.Builder status(MacieStatus status)
The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
- Parameters:
status- The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MacieStatus,MacieStatus
-
updatedAt
GetMacieSessionResponse.Builder updatedAt(Instant updatedAt)
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status or configuration settings for the Amazon Macie account.
- Parameters:
updatedAt- The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status or configuration settings for the Amazon Macie account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-