Interface GetResourceEventConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetResourceEventConfigurationRequest.Builder,
,GetResourceEventConfigurationRequest> IotWirelessRequest.Builder
,SdkBuilder<GetResourceEventConfigurationRequest.Builder,
,GetResourceEventConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetResourceEventConfigurationRequest
public static interface GetResourceEventConfigurationRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<GetResourceEventConfigurationRequest.Builder,GetResourceEventConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier
(String identifier) Resource identifier to opt in for event messaging.identifierType
(String identifierType) Identifier type of the particular resource identifier for event configuration.identifierType
(IdentifierType identifierType) Identifier type of the particular resource identifier for event configuration.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.partnerType
(String partnerType) Partner type of the resource if the identifier type isPartnerAccountId
.partnerType
(EventNotificationPartnerType partnerType) Partner type of the resource if the identifier type isPartnerAccountId
.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
identifier
Resource identifier to opt in for event messaging.
- Parameters:
identifier
- Resource identifier to opt in for event messaging.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifierType
Identifier type of the particular resource identifier for event configuration.
- Parameters:
identifierType
- Identifier type of the particular resource identifier for event configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identifierType
Identifier type of the particular resource identifier for event configuration.
- Parameters:
identifierType
- Identifier type of the particular resource identifier for event configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
partnerType
Partner type of the resource if the identifier type is
PartnerAccountId
.- Parameters:
partnerType
- Partner type of the resource if the identifier type isPartnerAccountId
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
partnerType
Partner type of the resource if the identifier type is
PartnerAccountId
.- Parameters:
partnerType
- Partner type of the resource if the identifier type isPartnerAccountId
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetResourceEventConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetResourceEventConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-