public static interface DescribeMitigationActionResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeMitigationActionResponse.Builder,DescribeMitigationActionResponse>
Modifier and Type | Method and Description |
---|---|
DescribeMitigationActionResponse.Builder |
actionArn(String actionArn)
The ARN that identifies this migration action.
|
DescribeMitigationActionResponse.Builder |
actionId(String actionId)
A unique identifier for this action.
|
DescribeMitigationActionResponse.Builder |
actionName(String actionName)
The friendly name that uniquely identifies the mitigation action.
|
default DescribeMitigationActionResponse.Builder |
actionParams(Consumer<MitigationActionParams.Builder> actionParams)
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
|
DescribeMitigationActionResponse.Builder |
actionParams(MitigationActionParams actionParams)
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
|
DescribeMitigationActionResponse.Builder |
actionType(MitigationActionType actionType)
The type of mitigation action.
|
DescribeMitigationActionResponse.Builder |
actionType(String actionType)
The type of mitigation action.
|
DescribeMitigationActionResponse.Builder |
creationDate(Instant creationDate)
The date and time when the mitigation action was added to your Amazon Web Services accounts.
|
DescribeMitigationActionResponse.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date and time when the mitigation action was last changed.
|
DescribeMitigationActionResponse.Builder |
roleArn(String roleArn)
The ARN of the IAM role used to apply this action.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeMitigationActionResponse.Builder actionName(String actionName)
The friendly name that uniquely identifies the mitigation action.
actionName
- The friendly name that uniquely identifies the mitigation action.DescribeMitigationActionResponse.Builder actionType(String actionType)
The type of mitigation action.
actionType
- The type of mitigation action.MitigationActionType
,
MitigationActionType
DescribeMitigationActionResponse.Builder actionType(MitigationActionType actionType)
The type of mitigation action.
actionType
- The type of mitigation action.MitigationActionType
,
MitigationActionType
DescribeMitigationActionResponse.Builder actionArn(String actionArn)
The ARN that identifies this migration action.
actionArn
- The ARN that identifies this migration action.DescribeMitigationActionResponse.Builder actionId(String actionId)
A unique identifier for this action.
actionId
- A unique identifier for this action.DescribeMitigationActionResponse.Builder roleArn(String roleArn)
The ARN of the IAM role used to apply this action.
roleArn
- The ARN of the IAM role used to apply this action.DescribeMitigationActionResponse.Builder actionParams(MitigationActionParams actionParams)
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
actionParams
- Parameters that control how the mitigation action is applied, specific to the type of mitigation
action.default DescribeMitigationActionResponse.Builder actionParams(Consumer<MitigationActionParams.Builder> actionParams)
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
This is a convenience method that creates an instance of theMitigationActionParams.Builder
avoiding
the need to create one manually via MitigationActionParams.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to actionParams(MitigationActionParams)
.
actionParams
- a consumer that will call methods on MitigationActionParams.Builder
actionParams(MitigationActionParams)
DescribeMitigationActionResponse.Builder creationDate(Instant creationDate)
The date and time when the mitigation action was added to your Amazon Web Services accounts.
creationDate
- The date and time when the mitigation action was added to your Amazon Web Services accounts.DescribeMitigationActionResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time when the mitigation action was last changed.
lastModifiedDate
- The date and time when the mitigation action was last changed.Copyright © 2023. All rights reserved.