public static interface Malware.Builder extends SdkPojo, CopyableBuilder<Malware.Builder,Malware>
| Modifier and Type | Method and Description |
|---|---|
Malware.Builder |
name(String name)
The name of the malware that was observed.
|
Malware.Builder |
path(String path)
The filesystem path of the malware that was observed.
|
Malware.Builder |
state(MalwareState state)
The state of the malware that was observed.
|
Malware.Builder |
state(String state)
The state of the malware that was observed.
|
Malware.Builder |
type(MalwareType type)
The type of the malware that was observed.
|
Malware.Builder |
type(String type)
The type of the malware that was observed.
|
copyapplyMutation, buildMalware.Builder name(String name)
The name of the malware that was observed.
name - The name of the malware that was observed.Malware.Builder type(String type)
The type of the malware that was observed.
type - The type of the malware that was observed.MalwareType,
MalwareTypeMalware.Builder type(MalwareType type)
The type of the malware that was observed.
type - The type of the malware that was observed.MalwareType,
MalwareTypeMalware.Builder path(String path)
The filesystem path of the malware that was observed.
path - The filesystem path of the malware that was observed.Malware.Builder state(String state)
The state of the malware that was observed.
state - The state of the malware that was observed.MalwareState,
MalwareStateMalware.Builder state(MalwareState state)
The state of the malware that was observed.
state - The state of the malware that was observed.MalwareState,
MalwareStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.