CopyableBuilder<SubResourceSummary.Builder,SubResourceSummary>
, SdkBuilder<SubResourceSummary.Builder,SubResourceSummary>
public static interface SubResourceSummary.Builder extends CopyableBuilder<SubResourceSummary.Builder,SubResourceSummary>
Modifier and Type | Method | Description |
---|---|---|
SubResourceSummary.Builder |
attackVectors(Collection<SummarizedAttackVector> attackVectors) |
The list of attack types and associated counters.
|
SubResourceSummary.Builder |
attackVectors(SummarizedAttackVector... attackVectors) |
The list of attack types and associated counters.
|
SubResourceSummary.Builder |
counters(Collection<SummarizedCounter> counters) |
The counters that describe the details of the attack.
|
SubResourceSummary.Builder |
counters(SummarizedCounter... counters) |
The counters that describe the details of the attack.
|
SubResourceSummary.Builder |
id(String id) |
The unique identifier (ID) of the
SubResource . |
SubResourceSummary.Builder |
type(String type) |
The
SubResource type. |
SubResourceSummary.Builder |
type(SubResourceType type) |
The
SubResource type. |
copy
apply, build
SubResourceSummary.Builder type(String type)
The SubResource
type.
type
- The SubResource
type.SubResourceType
SubResourceSummary.Builder type(SubResourceType type)
The SubResource
type.
type
- The SubResource
type.SubResourceType
SubResourceSummary.Builder id(String id)
The unique identifier (ID) of the SubResource
.
id
- The unique identifier (ID) of the SubResource
.SubResourceSummary.Builder attackVectors(Collection<SummarizedAttackVector> attackVectors)
The list of attack types and associated counters.
attackVectors
- The list of attack types and associated counters.SubResourceSummary.Builder attackVectors(SummarizedAttackVector... attackVectors)
The list of attack types and associated counters.
NOTE: This method appends the values to the existing list (if any). Use
#setAttackVectors(java.util.Collection)
or #withAttackVectors(java.util.Collection)
if you
want to override the existing values.
attackVectors
- The list of attack types and associated counters.SubResourceSummary.Builder counters(Collection<SummarizedCounter> counters)
The counters that describe the details of the attack.
counters
- The counters that describe the details of the attack.SubResourceSummary.Builder counters(SummarizedCounter... counters)
The counters that describe the details of the attack.
NOTE: This method appends the values to the existing list (if any). Use
#setCounters(java.util.Collection)
or #withCounters(java.util.Collection)
if you want to
override the existing values.
counters
- The counters that describe the details of the attack.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.