public static interface OrganizationEventFilter.Builder extends SdkPojo, CopyableBuilder<OrganizationEventFilter.Builder,OrganizationEventFilter>
| Modifier and Type | Method and Description |
|---|---|
OrganizationEventFilter.Builder |
awsAccountIds(Collection<String> awsAccountIds)
A list of 12-digit AWS account numbers that contains the affected entities.
|
OrganizationEventFilter.Builder |
awsAccountIds(String... awsAccountIds)
A list of 12-digit AWS account numbers that contains the affected entities.
|
default OrganizationEventFilter.Builder |
endTime(Consumer<DateTimeRange.Builder> endTime)
Sets the value of the EndTime property for this object.
|
OrganizationEventFilter.Builder |
endTime(DateTimeRange endTime)
Sets the value of the EndTime property for this object.
|
OrganizationEventFilter.Builder |
entityArns(Collection<String> entityArns)
A list of entity ARNs (unique identifiers).
|
OrganizationEventFilter.Builder |
entityArns(String... entityArns)
A list of entity ARNs (unique identifiers).
|
OrganizationEventFilter.Builder |
entityValues(Collection<String> entityValues)
A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).
|
OrganizationEventFilter.Builder |
entityValues(String... entityValues)
A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).
|
OrganizationEventFilter.Builder |
eventStatusCodes(Collection<EventStatusCode> eventStatusCodes)
A list of event status codes.
|
OrganizationEventFilter.Builder |
eventStatusCodes(EventStatusCode... eventStatusCodes)
A list of event status codes.
|
OrganizationEventFilter.Builder |
eventStatusCodesWithStrings(Collection<String> eventStatusCodes)
A list of event status codes.
|
OrganizationEventFilter.Builder |
eventStatusCodesWithStrings(String... eventStatusCodes)
A list of event status codes.
|
OrganizationEventFilter.Builder |
eventTypeCategories(Collection<EventTypeCategory> eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or accountNotification).
|
OrganizationEventFilter.Builder |
eventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or accountNotification).
|
OrganizationEventFilter.Builder |
eventTypeCategoriesWithStrings(Collection<String> eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or accountNotification).
|
OrganizationEventFilter.Builder |
eventTypeCategoriesWithStrings(String... eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or accountNotification).
|
OrganizationEventFilter.Builder |
eventTypeCodes(Collection<String> eventTypeCodes)
A list of unique identifiers for event types.
|
OrganizationEventFilter.Builder |
eventTypeCodes(String... eventTypeCodes)
A list of unique identifiers for event types.
|
default OrganizationEventFilter.Builder |
lastUpdatedTime(Consumer<DateTimeRange.Builder> lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
OrganizationEventFilter.Builder |
lastUpdatedTime(DateTimeRange lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
OrganizationEventFilter.Builder |
regions(Collection<String> regions)
A list of AWS Regions.
|
OrganizationEventFilter.Builder |
regions(String... regions)
A list of AWS Regions.
|
OrganizationEventFilter.Builder |
services(Collection<String> services)
The AWS services associated with the event.
|
OrganizationEventFilter.Builder |
services(String... services)
The AWS services associated with the event.
|
default OrganizationEventFilter.Builder |
startTime(Consumer<DateTimeRange.Builder> startTime)
Sets the value of the StartTime property for this object.
|
OrganizationEventFilter.Builder |
startTime(DateTimeRange startTime)
Sets the value of the StartTime property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationEventFilter.Builder eventTypeCodes(Collection<String> eventTypeCodes)
A list of unique identifiers for event types. For example,
"AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED".
eventTypeCodes - A list of unique identifiers for event types. For example,
"AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED".OrganizationEventFilter.Builder eventTypeCodes(String... eventTypeCodes)
A list of unique identifiers for event types. For example,
"AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED".
eventTypeCodes - A list of unique identifiers for event types. For example,
"AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED".OrganizationEventFilter.Builder awsAccountIds(Collection<String> awsAccountIds)
A list of 12-digit AWS account numbers that contains the affected entities.
awsAccountIds - A list of 12-digit AWS account numbers that contains the affected entities.OrganizationEventFilter.Builder awsAccountIds(String... awsAccountIds)
A list of 12-digit AWS account numbers that contains the affected entities.
awsAccountIds - A list of 12-digit AWS account numbers that contains the affected entities.OrganizationEventFilter.Builder services(Collection<String> services)
The AWS services associated with the event. For example, EC2, RDS.
services - The AWS services associated with the event. For example, EC2, RDS.OrganizationEventFilter.Builder services(String... services)
The AWS services associated with the event. For example, EC2, RDS.
services - The AWS services associated with the event. For example, EC2, RDS.OrganizationEventFilter.Builder regions(Collection<String> regions)
A list of AWS Regions.
regions - A list of AWS Regions.OrganizationEventFilter.Builder regions(String... regions)
A list of AWS Regions.
regions - A list of AWS Regions.OrganizationEventFilter.Builder startTime(DateTimeRange startTime)
startTime - The new value for the StartTime property for this object.default OrganizationEventFilter.Builder startTime(Consumer<DateTimeRange.Builder> startTime)
DateTimeRange.Builder avoiding the need to
create one manually via DateTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to startTime(DateTimeRange).startTime - a consumer that will call methods on DateTimeRange.BuilderstartTime(DateTimeRange)OrganizationEventFilter.Builder endTime(DateTimeRange endTime)
endTime - The new value for the EndTime property for this object.default OrganizationEventFilter.Builder endTime(Consumer<DateTimeRange.Builder> endTime)
DateTimeRange.Builder avoiding the need to
create one manually via DateTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to endTime(DateTimeRange).endTime - a consumer that will call methods on DateTimeRange.BuilderendTime(DateTimeRange)OrganizationEventFilter.Builder lastUpdatedTime(DateTimeRange lastUpdatedTime)
lastUpdatedTime - The new value for the LastUpdatedTime property for this object.default OrganizationEventFilter.Builder lastUpdatedTime(Consumer<DateTimeRange.Builder> lastUpdatedTime)
DateTimeRange.Builder avoiding the need to
create one manually via DateTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lastUpdatedTime(DateTimeRange).lastUpdatedTime - a consumer that will call methods on DateTimeRange.BuilderlastUpdatedTime(DateTimeRange)OrganizationEventFilter.Builder entityArns(Collection<String> entityArns)
A list of entity ARNs (unique identifiers).
entityArns - A list of entity ARNs (unique identifiers).OrganizationEventFilter.Builder entityArns(String... entityArns)
A list of entity ARNs (unique identifiers).
entityArns - A list of entity ARNs (unique identifiers).OrganizationEventFilter.Builder entityValues(Collection<String> entityValues)
A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).
entityValues - A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).OrganizationEventFilter.Builder entityValues(String... entityValues)
A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).
entityValues - A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).OrganizationEventFilter.Builder eventTypeCategoriesWithStrings(Collection<String> eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or accountNotification).
eventTypeCategories - A list of event type category codes (issue, scheduledChange, or accountNotification).OrganizationEventFilter.Builder eventTypeCategoriesWithStrings(String... eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or accountNotification).
eventTypeCategories - A list of event type category codes (issue, scheduledChange, or accountNotification).OrganizationEventFilter.Builder eventTypeCategories(Collection<EventTypeCategory> eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or accountNotification).
eventTypeCategories - A list of event type category codes (issue, scheduledChange, or accountNotification).OrganizationEventFilter.Builder eventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or accountNotification).
eventTypeCategories - A list of event type category codes (issue, scheduledChange, or accountNotification).OrganizationEventFilter.Builder eventStatusCodesWithStrings(Collection<String> eventStatusCodes)
A list of event status codes.
eventStatusCodes - A list of event status codes.OrganizationEventFilter.Builder eventStatusCodesWithStrings(String... eventStatusCodes)
A list of event status codes.
eventStatusCodes - A list of event status codes.OrganizationEventFilter.Builder eventStatusCodes(Collection<EventStatusCode> eventStatusCodes)
A list of event status codes.
eventStatusCodes - A list of event status codes.OrganizationEventFilter.Builder eventStatusCodes(EventStatusCode... eventStatusCodes)
A list of event status codes.
eventStatusCodes - A list of event status codes.Copyright © 2020. All rights reserved.