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 AWS account.
|
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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMitigationActionResponse.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,
MitigationActionTypeDescribeMitigationActionResponse.Builder actionType(MitigationActionType actionType)
The type of mitigation action.
actionType - The type of mitigation action.MitigationActionType,
MitigationActionTypeDescribeMitigationActionResponse.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 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.BuilderactionParams(MitigationActionParams)DescribeMitigationActionResponse.Builder creationDate(Instant creationDate)
The date and time when the mitigation action was added to your AWS account.
creationDate - The date and time when the mitigation action was added to your AWS account.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 © 2020. All rights reserved.