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.
|
copy
applyMutation, build
Malware.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
,
MalwareType
Malware.Builder type(MalwareType type)
The type of the malware that was observed.
type
- The type of the malware that was observed.MalwareType
,
MalwareType
Malware.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
,
MalwareState
Malware.Builder state(MalwareState state)
The state of the malware that was observed.
state
- The state of the malware that was observed.MalwareState
,
MalwareState
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.