public static interface PartnerEventSourceAccount.Builder extends SdkPojo, CopyableBuilder<PartnerEventSourceAccount.Builder,PartnerEventSourceAccount>
Modifier and Type | Method and Description |
---|---|
PartnerEventSourceAccount.Builder |
account(String account)
The AWS account ID that the partner event source was offered to.
|
PartnerEventSourceAccount.Builder |
creationTime(Instant creationTime)
The date and time when the event source was created.
|
PartnerEventSourceAccount.Builder |
expirationTime(Instant expirationTime)
The date and time when the event source will expire if the AWS account doesn't create a matching event bus
for it.
|
PartnerEventSourceAccount.Builder |
state(EventSourceState state)
The state of the event source.
|
PartnerEventSourceAccount.Builder |
state(String state)
The state of the event source.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PartnerEventSourceAccount.Builder account(String account)
The AWS account ID that the partner event source was offered to.
account
- The AWS account ID that the partner event source was offered to.PartnerEventSourceAccount.Builder creationTime(Instant creationTime)
The date and time when the event source was created.
creationTime
- The date and time when the event source was created.PartnerEventSourceAccount.Builder expirationTime(Instant expirationTime)
The date and time when the event source will expire if the AWS account doesn't create a matching event bus for it.
expirationTime
- The date and time when the event source will expire if the AWS account doesn't create a matching event
bus for it.PartnerEventSourceAccount.Builder state(String state)
The state of the event source. If it's ACTIVE
, you have already created a matching event bus for
this event source, and that event bus is active. If it's PENDING
, either you haven't yet created
a matching event bus, or that event bus is deactivated. If it's DELETED
, you have created a
matching event bus, but the event source has since been deleted.
state
- The state of the event source. If it's ACTIVE
, you have already created a matching event
bus for this event source, and that event bus is active. If it's PENDING
, either you
haven't yet created a matching event bus, or that event bus is deactivated. If it's
DELETED
, you have created a matching event bus, but the event source has since been
deleted.EventSourceState
,
EventSourceState
PartnerEventSourceAccount.Builder state(EventSourceState state)
The state of the event source. If it's ACTIVE
, you have already created a matching event bus for
this event source, and that event bus is active. If it's PENDING
, either you haven't yet created
a matching event bus, or that event bus is deactivated. If it's DELETED
, you have created a
matching event bus, but the event source has since been deleted.
state
- The state of the event source. If it's ACTIVE
, you have already created a matching event
bus for this event source, and that event bus is active. If it's PENDING
, either you
haven't yet created a matching event bus, or that event bus is deactivated. If it's
DELETED
, you have created a matching event bus, but the event source has since been
deleted.EventSourceState
,
EventSourceState
Copyright © 2019. All rights reserved.