Interface GetResourceEventConfigurationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetResourceEventConfigurationRequest.Builder,,- GetResourceEventConfigurationRequest> - IotWirelessRequest.Builder,- SdkBuilder<GetResourceEventConfigurationRequest.Builder,,- GetResourceEventConfigurationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetResourceEventConfigurationRequest
@Mutable
@NotThreadSafe
public static interface GetResourceEventConfigurationRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<GetResourceEventConfigurationRequest.Builder,GetResourceEventConfigurationRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
identifierResource 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.
 
- 
identifierTypeIdentifier 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:
 
- 
identifierTypeIdentifier 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:
 
- 
partnerTypePartner type of the resource if the identifier type is PartnerAccountId.- Parameters:
- partnerType- Partner type of the resource if the identifier type is- PartnerAccountId.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
partnerTypePartner type of the resource if the identifier type is PartnerAccountId.- Parameters:
- partnerType- Partner type of the resource if the identifier type is- PartnerAccountId.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationGetResourceEventConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetResourceEventConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-