public static interface CreatePartnerEventSourceRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<CreatePartnerEventSourceRequest.Builder,CreatePartnerEventSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePartnerEventSourceRequest.Builder |
account(String account)
The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner
event source.
|
CreatePartnerEventSourceRequest.Builder |
name(String name)
The name of the partner event source.
|
CreatePartnerEventSourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePartnerEventSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePartnerEventSourceRequest.Builder name(String name)
The name of the partner event source. This name must be unique and must be in the format
partner_name/event_namespace/event_name . The Amazon Web Services account
that wants to use this partner event source must create a partner event bus with a name that matches the name
of the partner event source.
name - The name of the partner event source. This name must be unique and must be in the format
partner_name/event_namespace/event_name . The Amazon Web Services
account that wants to use this partner event source must create a partner event bus with a name that
matches the name of the partner event source.CreatePartnerEventSourceRequest.Builder account(String account)
The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner event source.
account - The Amazon Web Services account ID that is permitted to create a matching partner event bus for this
partner event source.CreatePartnerEventSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePartnerEventSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.